From 03916aebdc564ab62808fc916e71a582c9f0ff66 Mon Sep 17 00:00:00 2001 From: Andrew Whitehead Date: Fri, 21 May 2021 12:49:50 -0700 Subject: [PATCH] run hash-to-curve tests Signed-off-by: Andrew Whitehead --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62466eb9..481a4a8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: