Skip to content

Commit

Permalink
Don't run with all features
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Levick <[email protected]>
  • Loading branch information
rylev committed Oct 13, 2023
1 parent d574160 commit 6bdd0f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run:
BUILD_SPIN_EXAMPLES=0 make lint

- name: Cancel everything if this fails
- name: Cancel everything if linting fails
if: failure()
uses: andymckay/[email protected]

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ test: lint test-unit test-integration

.PHONY: lint
lint: lint-rust-examples-and-testcases
cargo clippy --all --all-targets --all-features -- -D warnings
cargo clippy --all --all-targets --features all-tests -- -D warnings
cargo fmt --all -- --check

.PHONY: lint-rust-examples-and-testcases
Expand Down

0 comments on commit 6bdd0f8

Please sign in to comment.