Skip to content

Commit b515c90

Browse files
authored
ci: don't check all features (#10790)
1 parent 9ac31cd commit b515c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- uses: Swatinem/rust-cache@v2
110110
with:
111111
cache-on-failure: true
112-
- run: cargo hack check --each-feature --exclude-features isolate-by-default
112+
- run: cargo hack check
113113

114114
deny:
115115
uses: ithacaxyz/ci/.github/workflows/deny.yml@main

0 commit comments

Comments
 (0)