Skip to content

Commit

Permalink
Remove BLS curve tests from Github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Feb 29, 2024
1 parent 117dc8b commit d1f972f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,5 @@ jobs:
run: |
go get -v -t -d ./...
- name: TestBlsCurve
run: go test -v ./bls12_381/... --bench=. -cover

- name: TestBenchmark
run: go test -v --bench=. -cover
run: go test -v --bench=. -cover

0 comments on commit d1f972f

Please sign in to comment.