This repository was archived by the owner on Feb 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ jobs:
187187
188188 - name : Run cargo test
189189 if : matrix.target != 'wasm32-unknown-unknown'
190- run : cargo test --all-features -- package mutiny-core --target=${{ matrix.target }}
190+ run : cargo test --package mutiny-core --target=${{ matrix.target }}
191191
192192 - name : Run cargo build
193193 if : matrix.target != 'wasm32-unknown-unknown'
@@ -234,7 +234,7 @@ jobs:
234234 run : cargo clippy --all-features --tests --package mutiny-core --target=${{ matrix.target }} -- -D warnings
235235
236236 - name : Run cargo test
237- run : cargo test --all-features -- package mutiny-core --target=${{ matrix.target }}
237+ run : cargo test --package mutiny-core --target=${{ matrix.target }}
238238
239239 - name : Run cargo build
240240 run : cargo build --all-features --package mutiny-core --target=${{ matrix.target }}
@@ -281,7 +281,7 @@ jobs:
281281 run : cargo clippy --all-features --tests --package mutiny-core --target=${{ matrix.target }} -- -D warnings
282282
283283 - name : Run cargo test
284- run : cargo test --all-features -- package mutiny-core --target=${{ matrix.target }}
284+ run : cargo test --package mutiny-core --target=${{ matrix.target }}
285285
286286 - name : Run cargo build
287287 run : cargo build --all-features --package mutiny-core --target=${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments