We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb91e76 commit 3b52809Copy full SHA for 3b52809
.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
36
toolchain: stable
37
38
- name: "Run tests"
39
- run: cargo test --all-targets -- --ignored
+ run: cargo test --all-targets -- --include-ignored
40
env:
41
CS_WORKSPACE_ID: ${{ secrets.CS_WORKSPACE_ID }}
42
CS_CLIENT_ACCESS_KEY: ${{ secrets.CS_CLIENT_ACCESS_KEY }}
0 commit comments