Skip to content

Commit 1e519fb

Browse files
committed
don't run tests in release CI
1 parent ecf6673 commit 1e519fb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/releases.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,6 @@ jobs:
208208
- name: Build on latest stable rust
209209
run: cargo build --release
210210

211-
- name: Run tests on latest stable rust
212-
run: cargo test --release
213-
214211
- uses: katyo/publish-crates@v2
215212
with:
216213
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)