Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lubomirkurcak authored Aug 5, 2024
1 parent b7c5a1e commit fa7e0af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- run: cargo build --no-default-features
- run: cargo test --no-default-features
- run: cargo build --no-default-features --verbose
- run: cargo test --no-default-features --verbose
- run: cargo build --no-default-features --verbose --release
- run: cargo test --no-default-features --verbose --release

0 comments on commit fa7e0af

Please sign in to comment.