Skip to content

Commit

Permalink
fixup: ci..
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Oct 27, 2020
1 parent 7bb1c45 commit 2c5bc86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@ jobs:
- run: sudo apt install -y ocl-icd-opencl-dev
- run:
name: Run cargo build --benches (pairing)
command: cargo build --benches --no-default-features --features pairing --all --release
command: cargo build --benches --no-default-features --features pairing --release
- run:
name: Run cargo build --benches (blst)
command: cargo build --benches --no-default-features --features blst --all --release
command: cargo build --benches --no-default-features --features blst --release

workflows:
version: 2.1
Expand Down

0 comments on commit 2c5bc86

Please sign in to comment.