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: