Skip to content

Commit

Permalink
Fix CI concurrency and fail-fast for test
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrivosheev committed Oct 28, 2022
1 parent 6ae1fd8 commit c19d9b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10

concurrency:
cancel-in-progress: true

jobs:
test:
name: Test
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
rust:
- stable
Expand Down

0 comments on commit c19d9b0

Please sign in to comment.