Skip to content

Commit 6095ec5

Browse files
committed
Add CI: true in ci emv
1 parent e46902b commit 6095ec5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ env:
3434
CARGO_PROFILE_RELEASE_DEBUG: 0
3535
CARGO_TERM_COLOR: always
3636
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true # TODO: Remove on 2026/06/02
37+
CI: true
3738

3839
jobs:
3940
rust_tests:
@@ -77,7 +78,7 @@ jobs:
7778
run: cargo clippy ${{ env.CARGO_ARGS }} --workspace --all-targets ${{ env.WORKSPACE_EXCLUDES }} -- -Dwarnings
7879

7980
- name: run rust tests
80-
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 }}
8182

8283
- name: check compilation without threading
8384
run: cargo check ${{ env.CARGO_ARGS }}

0 commit comments

Comments
 (0)