Skip to content

Commit c59f89e

Browse files
committed
Do not run cargo test for xtask
1 parent b188e7e commit c59f89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
uses: actions-rs/cargo@v1
9393
with:
9494
command: test
95-
args: --workspace --no-fail-fast
95+
args: --no-fail-fast
9696
env:
9797
RUST_BACKTRACE: full
9898

0 commit comments

Comments
 (0)