Skip to content

Commit

Permalink
Test recoursively and then build
Browse files Browse the repository at this point in the history
  • Loading branch information
VicDeo committed Jan 29, 2024
1 parent ec8541f commit af6bd78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install dependencies
run: go get .
- name: Test with the Go CLI
run: go test ./...
- name: Build
run: go build -v ./...
- name: Test with the Go CLI
run: go test

0 comments on commit af6bd78

Please sign in to comment.