Skip to content

Commit

Permalink
Update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jun 10, 2023
1 parent 27bfa1d commit e91c57d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
with:
tool: cargo-careful
if: startsWith(matrix.rust, 'nightly')
- run: cargo test --all --all-features
- run: cargo careful test --all --all-features
- run: cargo test --workspace --all-features
- run: cargo careful test --workspace --all-features
env:
RUSTDOCFLAGS: ${{ env.RUSTDOCFLAGS }} -Z randomize-layout
RUSTFLAGS: ${{ env.RUSTFLAGS }} -Z randomize-layout
Expand Down

0 comments on commit e91c57d

Please sign in to comment.