Skip to content

Commit

Permalink
ci: Add math/vec to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sp301415 committed Jul 28, 2024
1 parent 529413e commit 5b54fb2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
go test ./math/poly -timeout=0 -count=1 -tags=purego
GODEBUG=cpu.all=off go test ./math/poly -count=1
- name: Test math/vec
run: |
go test ./math/vec -timeout=0 -count=1
go test ./math/vec -timeout=0 -count=1 -tags=purego
GODEBUG=cpu.all=off go test ./math/vec -count=1
- name: Test tfhe
run: |
go test ./tfhe -timeout=0 -count=1
Expand Down

0 comments on commit 5b54fb2

Please sign in to comment.