We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204c7f1 commit 224573cCopy full SHA for 224573c
.github/workflows/test.yml
@@ -1,4 +1,4 @@
1
-name: Rust Build and Test
+name: Rust CI Test
2
3
on:
4
pull_request:
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ${{ matrix.os }}
12
strategy:
13
matrix:
14
- os: [ubuntu-latest, windows-latest]
+ os: [ubuntu-latest]
15
steps:
16
- uses: actions/checkout@v2
17
- name: Install Rust
@@ -26,9 +26,3 @@ jobs:
26
run: cargo test --release --verbose -- --ignored
27
- name: Build
28
run: cargo build --verbose --release
29
- - name: Upload Artifact
30
- uses: actions/upload-artifact@v2
31
- with:
32
- name: snip-${{ matrix.os }}
33
- path: |
34
- ./target/release/snip${{ matrix.os == 'windows-latest' && '.exe' || '' }}
0 commit comments