Skip to content

Commit

Permalink
workflow: simplify shell commands
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelClaumann committed Jun 12, 2024
1 parent 167051a commit 9af5f88
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,7 @@ jobs:
run: go get -d -v ./...

- name: Build
run: |
echo $PWD
ls -l
go build -v ./...
run: go build -v ./...

- name: Test with the Go CLI
run: |
echo $PWD
ls -l
go test -v ./...
run: go test -v ./...

0 comments on commit 9af5f88

Please sign in to comment.