Skip to content

Commit

Permalink
clippy ci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pnordahl committed Nov 20, 2024
1 parent 815319a commit 0668e2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
mkdir -p "$MONORAIL_TEST_DIR"
git config --global user.name "FIRST_NAME LAST_NAME"
git config --global user.email "[email protected]"
- run: cargo clippy --locked -- -D warnings
# clippy does not respect .cargo/config.toml, so we specify RUSTFLAGS manually
- run: RUSTFLAGS="--cfg tokio_unstable" cargo clippy --locked -- -D warnings
- run: cargo build --locked --verbose --all
- run: cargo test --locked -- --nocapture

0 comments on commit 0668e2e

Please sign in to comment.