Skip to content

Commit

Permalink
update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
careyjames committed Oct 13, 2023
1 parent 16eb6fa commit ee0c3a7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
with:
go-version: '1.21'

- name: Build and Test
run: |
cd src
go build -o ../bin/your_binary
go test ./...
cd -
- name: Change to src directory
run: cd src

- name: Build
run: go build -v -o ../bin/dns-scout main.go

- name: Test
run: go test -v ./...

0 comments on commit ee0c3a7

Please sign in to comment.