Skip to content

Commit 6518388

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,17 @@ env:
77
CARGO_INCREMENTAL: 0
88
CARGO_NET_RETRY: 10
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
12+
cancel-in-progress: true
13+
1014
jobs:
1115
test:
1216
name: Test
1317
runs-on: ubuntu-latest
1418

1519
strategy:
20+
fail-fast: false
1621
matrix:
1722
rust:
1823
- stable

0 commit comments

Comments
 (0)