Skip to content

Commit

Permalink
Activate all features in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AljoschaMeyer authored Jul 20, 2024
1 parent 4a28355 commit e919cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose --all-features
- name: Check formatting
run: cargo fmt --check
- name: Build documentation
run: cargo doc --no-deps
run: cargo doc --no-deps --all-features

0 comments on commit e919cde

Please sign in to comment.