Skip to content

Commit

Permalink
Remove Makefile and run fmt task in GH actions (#812)
Browse files Browse the repository at this point in the history
* run go fmt in github actions

* remove now unused makefile
  • Loading branch information
dbanck authored Mar 2, 2022
1 parent 10853c5 commit 2507b88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
run: go mod verify
-
name: Run go fmt
run: make fmt
run: go run github.com/mh-cbon/go-fmt-fail ./...
-
name: Run tests
run: go test -cover -covermode=atomic -timeout=5m -race ./...
4 changes: 0 additions & 4 deletions Makefile

This file was deleted.

0 comments on commit 2507b88

Please sign in to comment.