Skip to content

Commit

Permalink
fix: assign proper names to arm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptonemo committed Apr 23, 2021
1 parent eae7156 commit 20dd282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -621,14 +621,14 @@ workflows:
- ensure_groth_parameters_and_keys_linux

- test_arm_no_gpu:
name: test_no_gpu_pairing
name: test_arm_no_gpu_pairing
features: 'pairing'
requires:
- cargo_fetch
- ensure_groth_parameters_and_keys_linux

- test_arm_no_gpu:
name: test_no_gpu_blst
name: test_arm_no_gpu_blst
features: 'blst'
requires:
- cargo_fetch
Expand Down

0 comments on commit 20dd282

Please sign in to comment.