Skip to content

Commit

Permalink
build: make ci happier
Browse files Browse the repository at this point in the history
  • Loading branch information
gbotrel committed Dec 15, 2023
1 parent a680c36 commit 6ef191d
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ecc/bls12-377/fr/fft/fft_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions ecc/bls12-378/fr/fft/fft_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions ecc/bls12-381/fr/fft/fft_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions ecc/bls24-315/fr/fft/fft_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions ecc/bls24-317/fr/fft/fft_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions ecc/bn254/fr/fft/fft_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions ecc/bw6-633/fr/fft/fft_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions ecc/bw6-756/fr/fft/fft_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions ecc/bw6-761/fr/fft/fft_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions internal/generator/fft/template/tests/fft.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ func TestFFT(t *testing.T) {
"with precompute": domainWithPrecompute,
"without precompute": domainWithoutPrecompute,
} {
domainName := domainName
domain := domain
t.Logf("domain: %s", domainName)
properties.Property("DIF FFT should be consistent with dual basis", prop.ForAll(

Expand Down

0 comments on commit 6ef191d

Please sign in to comment.