Skip to content

Commit

Permalink
Fix build and clippy actions (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEntangledAndy authored Jan 14, 2021
1 parent b766561 commit 5ab5eda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
with:
command: build
toolchain: nightly
args: --verbose --features=empty -Zpackage-features
args: --verbose --features=empty
- name: Test
uses: actions-rs/cargo@v1
with:
command: test
toolchain: nightly
args: --verbose --features=empty -Zpackage-features
args: --verbose --features=empty
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
toolchain: nightly
token: ${{ secrets.GITHUB_TOKEN }}
args: --features=empty -Zpackage-features
args: --features=empty

check_fmt:
name: Rust-fmt
Expand Down

0 comments on commit 5ab5eda

Please sign in to comment.