Skip to content

Commit

Permalink
don't run rust tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroProofs committed May 27, 2024
1 parent 77dd34c commit ac87b02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- run: aiken fmt --check
- run: aiken check -D
- run: aiken build
- name: Run unit tests
run: cargo test --verbose --workspace my_test
cargo test --verbose --workspace test_contiguous
# - name: Run unit tests
# run: cargo test --verbose --workspace my_test
# cargo test --verbose --workspace test_contiguous

0 comments on commit ac87b02

Please sign in to comment.