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.
CI: true
1 parent e46902b commit 6095ec5Copy full SHA for 6095ec5
1 file changed
.github/workflows/ci.yaml
@@ -34,6 +34,7 @@ env:
34
CARGO_PROFILE_RELEASE_DEBUG: 0
35
CARGO_TERM_COLOR: always
36
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true # TODO: Remove on 2026/06/02
37
+ CI: true
38
39
jobs:
40
rust_tests:
@@ -77,7 +78,7 @@ jobs:
77
78
run: cargo clippy ${{ env.CARGO_ARGS }} --workspace --all-targets ${{ env.WORKSPACE_EXCLUDES }} -- -Dwarnings
79
80
- name: run rust tests
- run: cargo test --workspace ${{ env.WORKSPACE_EXCLUDES }} --verbose --features threading ${{ env.CARGO_ARGS }}
81
+ run: cargo test --workspace ${{ env.WORKSPACE_EXCLUDES }} --features threading ${{ env.CARGO_ARGS }}
82
83
- name: check compilation without threading
84
run: cargo check ${{ env.CARGO_ARGS }}
0 commit comments