Skip to content

Commit

Permalink
Updated the helper scripts to avoid CI-failures
Browse files Browse the repository at this point in the history
  • Loading branch information
skx committed Dec 16, 2023
1 parent 8cc78f5 commit d698eb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/build
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# The basename of our binary
BASE="gobasic"

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

# Get the dependencies
go mod init

Expand Down
5 changes: 5 additions & 0 deletions .github/run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/bash


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


# Install the tools we use to test our code-quality.
#
# Here we setup the tools to install only if the "CI" environmental variable
Expand Down

0 comments on commit d698eb7

Please sign in to comment.