Skip to content

Commit

Permalink
Remove unused flags
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlymatthew committed Jan 3, 2025
1 parent abac45a commit d88fb60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: rustc --version; cargo --version;

- name: Run all tests
run: cargo test --features=macro
run: cargo test

fmt:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -48,6 +48,6 @@ jobs:

- run: |
rustup component add clippy
cargo clippy --features=macro -- -D warnings
cargo clippy -- -D warnings

0 comments on commit d88fb60

Please sign in to comment.