Skip to content

Commit

Permalink
tests: setup temp go module setup for basher
Browse files Browse the repository at this point in the history
I am not moving to go modules as I vaguely recall this actually broke something about the usage of this project in the past.
  • Loading branch information
josegonzalez committed Mar 31, 2024
1 parent 5a39177 commit d8952ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- name: Build
shell: bash
run: |
go mod init
go mod tidy
make build
- name: Test
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test:
go test -v

build:
go install || true
go install

deps:
go get -u github.com/a-urth/go-bindata/...
Expand Down

0 comments on commit d8952ed

Please sign in to comment.