Skip to content

Commit

Permalink
Update to nightly lint CI
Browse files Browse the repository at this point in the history
  • Loading branch information
plotchy authored Jun 26, 2024
1 parent eda2aa8 commit 33d8b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Lint with fmt
run: cargo fmt --all --check
run: cargo +nightly fmt --all --check
- name: Run tests
run: cargo test --all

0 comments on commit 33d8b5f

Please sign in to comment.