Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
libotony committed Jul 26, 2024
1 parent 093ff58 commit 8d8dd82
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ jobs:
with:
go-version: ${{ matrix.go-version }}

- name: Make all
- name: Make
run: |
go list ./...
make all
make
- name: Make Test
id: unit-test
Expand Down

0 comments on commit 8d8dd82

Please sign in to comment.