Skip to content

Commit

Permalink
Adding make test
Browse files Browse the repository at this point in the history
  • Loading branch information
Br3nda committed Jan 3, 2024
1 parent 5a67ae9 commit 7687c44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
with:
go-version: '1.20'
- name: Test
run: go test -v ./...
run: make test
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

test:
go test -v ./...

lint:
golangci-lint -v run

0 comments on commit 7687c44

Please sign in to comment.