Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelpissolatto authored Aug 18, 2024
1 parent b81c182 commit d8f0c99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
with:
go-version: '1.22'

- name: Build
run: go build -v ./...
- name: Build (backend)
run: go build -v ./backend

- name: Test
run: go test -v ./...
- name: Test (backend)
run: go test -v ./backend/

0 comments on commit d8f0c99

Please sign in to comment.