Skip to content

Commit

Permalink
Update the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
skx committed Mar 1, 2023
1 parent 51e0a83 commit 1e1548f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/build
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ BASE="yal"

D=$(pwd)

# I don't even ..
go env -w GOFLAGS="-buildvcs=false"

#
# We build on multiple platforms/archs
#
Expand Down
1 change: 1 addition & 0 deletions .github/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ echo "Launching shadowed-variable check .."
go vet -vettool=$(which shadow) ./...
echo "Completed shadowed-variable check .."

# I don't even ..
go env -w GOFLAGS="-buildvcs=false"

# Run golang tests
Expand Down

0 comments on commit 1e1548f

Please sign in to comment.