Skip to content

Commit

Permalink
Test with check_suffix feature in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Mar 5, 2023
1 parent 129c5d7 commit 612c815
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,10 @@ jobs:
run: |
cargo test --release --no-default-features --lib -- --include-ignored
cargo test --doc --no-default-features
- name: Build with check_suffix
run: cargo build --features=check_suffix
- name: Run tests with check_suffix
run: |
cargo test --release --features=check_suffix --lib -- --include-ignored
cargo test --doc --features=check_suffix

0 comments on commit 612c815

Please sign in to comment.