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

Commit

Permalink
take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
z-tech committed Sep 25, 2023
1 parent d6091ce commit 3fd0ebf
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,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 @@ -114,15 +125,10 @@ jobs:
- 'mnt4_753/**'
mnt6_753_is_updated:
- 'mnt6_753/**'
- name: Run tests
run: |
cd ${{matrix.dir}}
cargo test --all-features
- name: Test (mnt4_753/)
if: ${{ steps.filter.outputs.mnt4_753_is_updated == 'true' }}
runs-on: macos-latest
needs: [directories] # Waits for the directory listing job
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 3fd0ebf

Please sign in to comment.