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 ede4326 commit 35d46a5Copy full SHA for 35d46a5
.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
36
toolchain: stable
37
38
- name: "Run tests"
39
- run: cargo test --all-targets -- --include-ignored
+ run: cargo test --all-targets
40
env:
41
CS_WORKSPACE_ID: ${{ secrets.CS_WORKSPACE_ID }}
42
CS_CLIENT_ACCESS_KEY: ${{ secrets.CS_CLIENT_ACCESS_KEY }}
0 commit comments