Skip to content

Commit

Permalink
all-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusfcr committed Dec 18, 2024
1 parent 01f0170 commit e7decd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
with:
go-version: '>=1.19'

# - name: Install tests deps
# run: sudo apt install nmap -y
- name: Install tests deps
run: sudo apt install nmap -y

- name: Go test
run: go test -v ./internal/http/... -count 1
run: go test -v ./... -count 1

0 comments on commit e7decd5

Please sign in to comment.