Skip to content

Commit

Permalink
i give up
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc3 committed Aug 7, 2020
1 parent c23367e commit 26402b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Expand Up @@ -21,5 +21,6 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Check formatting
run: rustup toolchain add nightly && rustup component add rustfmt --toolchain nightly && cargo +nightly fmt -- --check
# Uncommenct when the rules I want become available on stable
# - name: Check formatting
# run: rustup component add rustfmt && cargo fmt -- --check

0 comments on commit 26402b3

Please sign in to comment.