Skip to content

Commit d481fe0

Browse files
committed
chore: skip tests in CI to speed up release workflow
Tests are too slow for every release tag push. Run locally before tagging.
1 parent 8fcea54 commit d481fe0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- name: Clippy
4040
run: cargo clippy --workspace -- -D warnings
4141

42-
- name: Tests
43-
run: cargo test --workspace --lib
42+
# - name: Tests
43+
# run: cargo test --workspace --lib
4444

4545
# ───────────────────────────────────────────────
4646
# Windows cross-compile check
@@ -61,8 +61,8 @@ jobs:
6161
- name: Clippy (Windows)
6262
run: cargo clippy --workspace -- -D warnings
6363

64-
- name: Tests (Windows)
65-
run: cargo test --workspace --lib
64+
# - name: Tests (Windows)
65+
# run: cargo test --workspace --lib
6666

6767
# ───────────────────────────────────────────────
6868
# Publish a3s-code-core to crates.io

0 commit comments

Comments
 (0)