Skip to content

Commit

Permalink
nightly fmt/clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Mar 21, 2024
1 parent 4be4bd6 commit ad2cb7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
with:
submodules: recursive
- name: Check format
run: cargo fmt --all -- --check
run: cargo +nightly fmt --all -- --check
- name: Check clippy
run: cargo clippy --all-targets --all-features -- -D warnings
run: cargo +nightly clippy --all-targets --all-features -- -D warnings
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit ad2cb7b

Please sign in to comment.