Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.
Prev Previous commit
Next Next commit
cargo test not needed
  • Loading branch information
magecnion committed Jun 2, 2023
commit 6332b14ae74d286b38864ba3fc1cb821f178f2f3
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
run: |
SKIP_WASM_BUILD=1 cargo check --release

# Test code
- name: Test
run: cargo test
# # Test code
# - name: Test
# run: cargo test