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 8fcea54 commit d481fe0Copy full SHA for d481fe0
1 file changed
.github/workflows/release.yml
@@ -39,8 +39,8 @@ jobs:
39
- name: Clippy
40
run: cargo clippy --workspace -- -D warnings
41
42
- - name: Tests
43
- run: cargo test --workspace --lib
+ # - name: Tests
+ # run: cargo test --workspace --lib
44
45
# ───────────────────────────────────────────────
46
# Windows cross-compile check
@@ -61,8 +61,8 @@ jobs:
61
- name: Clippy (Windows)
62
63
64
- - name: Tests (Windows)
65
+ # - name: Tests (Windows)
66
67
68
# Publish a3s-code-core to crates.io
0 commit comments