Skip to content

Commit 0701e83

Browse files
committed
add CI env variable for testing
1 parent 2457ad7 commit 0701e83

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
@@ -39,7 +39,7 @@ jobs:
3939
sudo cp /home/linuxbrew/.linuxbrew/Cellar/libgit2/1.1.0/lib/lib* /usr/lib
4040
export PATH="/home/linuxbrew/.linuxbrew/Cellar/libgit2/1.1.0/lib/:$PATH"
4141
git config --global user.name "${{ secrets.ACTION_USER_NAME }}" && git config --global user.email "${{ secrets.ACTION_USER_EMAIL }}"
42-
go test -v ./...
42+
export GOTESTENV=ci && go test -v ./...
4343
4444
# Build for Ubuntu Linux
4545
build-linux:

0 commit comments

Comments
 (0)