Skip to content

Commit

Permalink
Old go
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclerc-cio committed Nov 21, 2024
1 parent 9e6f13c commit 37ed26a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@v5.1.0
with:
go-version: 'stable'
go-version: 1.17

- name: Build
run: go build -v ./...
Expand Down
5 changes: 5 additions & 0 deletions run_tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

go clean -cache
GO_CACHE=off go build -v ./...
GO_CACHE=off go test ./... -race -coverprofile=coverage.txt -covermode=atomic

0 comments on commit 37ed26a

Please sign in to comment.