Skip to content

Commit

Permalink
god please pass
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc3 committed Aug 7, 2020
1 parent c960bba commit fa72e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Run tests
run: cargo test --verbose
- name: Check formatting
run: rustup toolchain add nightly-2019-02-08 && rustup component add rustfmt --toolchain nightly-2019-02-08 && cargo +nightly-2019-02-08 fmt -- --check
run: rustup toolchain add nightly-2020-10-07 && rustup component add rustfmt --toolchain nightly-2020-10-07 && cargo +nightly-2020-10-07 fmt -- --check

0 comments on commit fa72e12

Please sign in to comment.