Skip to content

Commit 76c0173

Browse files
committedMay 18, 2021
ci: added -mod=mod fix, maybe?
1 parent a72db6a commit 76c0173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: git update-index --assume-unchanged go.mod
1717
- run: git update-index --assume-unchanged go.sum
1818
- run: if [[ -n $(git status --porcelain) ]]; then echo "Git repo is dirty after runing go generate -- please don't modify generated files"; echo $(git diff);echo $(git status --porcelain); exit 1; fi
19-
- run: go test -short -v ./...
19+
- run: gotestsum --junitfile /tmp/test-results/results.xml -- ./... -short -v -mod=mod
2020
- run: go test -run=CSFuzzed -tags=gofuzz ./backend/groth16/... -v
2121
- store_test_results:
2222
path: /tmp/test-results

0 commit comments

Comments
 (0)