Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Dec 27, 2020
1 parent fa6510b commit c29f0d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Check format
run: cargo fmt --all -- --check
- name: Check fix
run: cargo fix
run: cargo fix && cargo fix
- name: Check with Windows clippy
if: runner.os == 'Windows'
run: cargo clippy --all
Expand All @@ -52,8 +52,8 @@ jobs:
run: RUSTFLAGS="-D warnings" cargo clippy --all
working-directory: ./example_shadow

- name: Build examples
run: cargo build --all --verbose --release
- name: Run examples
run: cargo run --release
working-directory: ./example_shadow

# build on nightly
Expand Down

0 comments on commit c29f0d7

Please sign in to comment.