Skip to content

Commit

Permalink
try continue if rustup fails
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Jul 15, 2020
1 parent ee4bc80 commit c36ce85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
rustup update ${{ matrix.rust }}
rustup default ${{ matrix.rust }}
- run: cargo test --verbose
if: always()
- run: cargo test --verbose --features serde
- run: cargo test --verbose --features std
- run: cargo test --verbose --features kv_unstable
Expand Down

0 comments on commit c36ce85

Please sign in to comment.