Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Nov 26, 2024
1 parent 2a8d41e commit e91160a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
- name: Clippy
if: contains(matrix.os, 'ubuntu')
run: cargo clippy --verbose --locked --all-features --all-targets -- -D clippy::all
run: cargo clippy --locked --all-features --all-targets -- -D clippy::all

- name: Cargo Build
run: cargo build --locked --all-features --all-targets --verbose
run: cargo build --locked --all-features --all-targets

- name: Cargo Test
run: cargo test --verbose --locked --all-features --all-targets
run: cargo test --locked --all-features --all-targets

# ensure we build with no default features, but only bother testing on linux
- name: Cargo Build (no-default-features)
Expand Down

0 comments on commit e91160a

Please sign in to comment.