Skip to content

Commit

Permalink
run hash-to-curve tests
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
  • Loading branch information
andrewwhitehead committed May 21, 2021
1 parent b4551ef commit 03916ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --verbose --release --tests --features endo
args: --verbose --release --tests --features endo,experimental
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test
args: --verbose --release --features endo
args: --verbose --release --features endo,experimental
- name: Build tests (no endomorphism)
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 03916ae

Please sign in to comment.