Skip to content

Commit

Permalink
fix kv2 engine enabling and introduce printer package
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Morelly committed Dec 13, 2021
1 parent 6555b88 commit 3be15e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:

- name: go get
run: go get ./...

- name: go mod tidy
run: go mod tidy

- name: Run coverage
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 3be15e5

Please sign in to comment.