Better tests
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -34,6 +34,11 @@ jobs:
|
||||
- name: Download dependencies
|
||||
run: go mod download
|
||||
|
||||
- name: Clean build cache
|
||||
run: |
|
||||
go clean -cache
|
||||
go mod tidy
|
||||
|
||||
- name: Run unit tests
|
||||
run: make test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user