Skip to content

Commit

Permalink
Update to nightly lint CI (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
plotchy authored Jun 26, 2024
1 parent eda2aa8 commit e21ae05
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 e21ae05

Please sign in to comment.