Skip to content

Commit

Permalink
use the ginkgo test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Br3nda committed Jan 3, 2024
1 parent 7687c44 commit da35118
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: install ginkgo
run: go install github.com/onsi/ginkgo/v2/ginkgo@v2.13.2
- name: Test
run: make test
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

test:
go test -v ./...

ginkgo -r -v -p --cover
lint:
golangci-lint -v run

0 comments on commit da35118

Please sign in to comment.