Skip to content

Commit 35d46a5

Browse files
committed
ci: ignore ignored tests
1 parent ede4326 commit 35d46a5

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
@@ -36,7 +36,7 @@ jobs:
3636
toolchain: stable
3737

3838
- name: "Run tests"
39-
run: cargo test --all-targets -- --include-ignored
39+
run: cargo test --all-targets
4040
env:
4141
CS_WORKSPACE_ID: ${{ secrets.CS_WORKSPACE_ID }}
4242
CS_CLIENT_ACCESS_KEY: ${{ secrets.CS_CLIENT_ACCESS_KEY }}

0 commit comments

Comments
 (0)