Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
sanity check 3
Browse files Browse the repository at this point in the history
  • Loading branch information
z-tech committed Sep 25, 2023
1 parent 1f3e253 commit a8a23f8
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,17 @@ jobs:
- dir: curve-constraint-tests/
- dir: mnt4_753/
- dir: mnt6_753/
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run tests
run: |
cd ${{matrix.dir}}
cargo test --all-features
long_tests:
name: Long Tests
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -115,10 +126,6 @@ jobs:
- 'mnt4_753/**'
mnt6_753_is_updated:
- 'mnt6_753/**'
- name: Run tests
run: |
cd ${{matrix.dir}}
cargo test --all-features
test-mnt4-753:
name: Test (mnt4_753/)
Expand Down

0 comments on commit a8a23f8

Please sign in to comment.