Skip to content

Commit

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

- name: Build
run: cd src && go build -v -o ../bin/dns-scout main.go && cd -
- name: Build and Test
run: |
cd src
go build -o ../bin/your_binary
go test ./...
cd -
- name: Test
run: cd src && go test -v ./... && cd -

# - name: Install gosec
# run: go install github.com/securego/gosec/v2/cmd/gosec@latest

# - name: Security Scan
# run: gosec ./...

0 comments on commit 16eb6fa

Please sign in to comment.