Skip to content

Commit

Permalink
Fix tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LoyalPotato committed Dec 22, 2023
1 parent 90a5fa2 commit 2341bee
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@ jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
-
name: Checkout
uses: actions/checkout@v4
- name: Set up Go
-
name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- run: make unit-tests
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...

0 comments on commit 2341bee

Please sign in to comment.