Skip to content

Commit bbad308

Browse files
authored
add stage to set env variable in actions yml
1 parent 4315f2d commit bbad308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
- name: Run test cases
2626
run: |
27-
go test -v ./...
27+
export GOTESTENV=ci && go test -v ./...
2828
2929
- name: Run sample build
3030
run: |

0 commit comments

Comments
 (0)