Skip to content

Commit

Permalink
Update go.yml action file
Browse files Browse the repository at this point in the history
  • Loading branch information
teocci authored Jan 29, 2024
1 parent 6ce7662 commit d965ffe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,5 @@ jobs:
with:
go-version: '1.20'

- name: Build
run: go build -v ./...

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

0 comments on commit d965ffe

Please sign in to comment.