Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
watcol committed Dec 4, 2021
2 parents dbf38c8 + 53206e0 commit 7d53ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
components: clippy
override: true
- name: Lint
run: cargo clippy -- -D clippy::all
run: cargo clippy --all-targets --all-features -- -D warnings
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
toolchain: stable
override: true
- name: Test
run: cargo test --verbose
run: cargo test --all-features

0 comments on commit 7d53ea7

Please sign in to comment.