Skip to content

Commit

Permalink
use makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Apr 4, 2022
1 parent cecbf57 commit e16a324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
go-version: '^1.18'

- name: Test
run: go test -v ./...
run: make test

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

- name: Genereat build files
run: |
Expand Down

0 comments on commit e16a324

Please sign in to comment.