Skip to content

Commit

Permalink
Updated Go version and GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
careyjames committed Oct 10, 2023
1 parent 8800d02 commit 1a5dee4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ jobs:
run: cd src && go build -v -o ../bin/dns-scout main.go && cd -

- name: Test
run: go test -v ./...
run: cd src && go test -v ./... && cd -

0 comments on commit 1a5dee4

Please sign in to comment.