Skip to content

Commit

Permalink
ci: Run tests on nightly with cargo-careful
Browse files Browse the repository at this point in the history
  • Loading branch information
robo9k committed Sep 27, 2023
1 parent ebbcbf2 commit 7ee728e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
- run: |
source <(cargo +${{ steps.toolchain.outputs.name }} llvm-cov show-env --export-prefix)
cargo +${{ steps.toolchain.outputs.name }} llvm-cov clean --workspace
cargo +${{ steps.toolchain.outputs.name }} careful setup
cargo +${{ steps.toolchain.outputs.name }} careful test --all-targets --all-features --verbose
cargo +${{ steps.toolchain.outputs.name }} llvm-cov report --codecov --output-path codecov.json
Expand Down

0 comments on commit 7ee728e

Please sign in to comment.