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 2457ad7 commit 0701e83Copy full SHA for 0701e83
.github/workflows/main.yml
@@ -39,7 +39,7 @@ jobs:
39
sudo cp /home/linuxbrew/.linuxbrew/Cellar/libgit2/1.1.0/lib/lib* /usr/lib
40
export PATH="/home/linuxbrew/.linuxbrew/Cellar/libgit2/1.1.0/lib/:$PATH"
41
git config --global user.name "${{ secrets.ACTION_USER_NAME }}" && git config --global user.email "${{ secrets.ACTION_USER_EMAIL }}"
42
- go test -v ./...
+ export GOTESTENV=ci && go test -v ./...
43
44
# Build for Ubuntu Linux
45
build-linux:
0 commit comments