Skip to content

Commit 224573c

Browse files
modify test.yml
1 parent 204c7f1 commit 224573c

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Rust Build and Test
1+
name: Rust CI Test
22

33
on:
44
pull_request:
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, windows-latest]
14+
os: [ubuntu-latest]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Install Rust
@@ -26,9 +26,3 @@ jobs:
2626
run: cargo test --release --verbose -- --ignored
2727
- name: Build
2828
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

Comments
 (0)