Skip to content

Commit

Permalink
Updated test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xBlaz3kx committed Jul 23, 2024
1 parent c16aaec commit 392de4a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Go
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "^1.17"
go-version: 1.21.1

- name: Install deps & build
- name: Install dependencies and run tests
run: |
go mod download
go build -v ./...
- name: Test with the Go CLI
run: go test
go test -v ./...

0 comments on commit 392de4a

Please sign in to comment.