We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4315f2d commit bbad308Copy full SHA for bbad308
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Run test cases
26
run: |
27
- go test -v ./...
+ export GOTESTENV=ci && go test -v ./...
28
29
- name: Run sample build
30
0 commit comments