Skip to content

Commit c19d9b0

Browse files
committed
Fix CI concurrency and fail-fast for test
1 parent 6ae1fd8 commit c19d9b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ env:
77
CARGO_INCREMENTAL: 0
88
CARGO_NET_RETRY: 10
99

10+
concurrency:
11+
cancel-in-progress: true
12+
1013
jobs:
1114
test:
1215
name: Test
1316
runs-on: ubuntu-latest
1417

1518
strategy:
19+
fail-fast: false
1620
matrix:
1721
rust:
1822
- stable

0 commit comments

Comments
 (0)