tests/thirdparty: add crypto/internal/bigmod (#355)
Add test case for avo generator in standard library crypto/internal/bigmod. https://github.com/golang/go/tree/go1.20rc2/src/crypto/internal/bigmod https://golang.org/cl/452095 https://words.filippo.io/dispatches/go-1-20-cryptography/ Closes #354
This commit is contained in:
committed by
GitHub
parent
67039b7ed9
commit
12b5abca55
2
.github/workflows/thirdparty.yml
vendored
2
.github/workflows/thirdparty.yml
vendored
@@ -25,4 +25,4 @@ jobs:
|
||||
persist-credentials: false
|
||||
- name: Run Third-Party Tests
|
||||
working-directory: tests/thirdparty
|
||||
run: go test -net -suite suite.json
|
||||
run: go test -timeout 15m -args -net -suite suite.json
|
||||
|
||||
Reference in New Issue
Block a user