Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Commit

Permalink
use makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric Kienzler committed Mar 9, 2021
1 parent 932e97d commit f06b882
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: 1.16

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

- name: Test
run: go test -v ./...
run: make test
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
go-version: 1.16

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

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

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@master
Expand Down

0 comments on commit f06b882

Please sign in to comment.