chore(go): test all modules

This commit is contained in:
Jan De Dobbeleer 2022-02-01 14:38:25 +01:00 committed by Jan De Dobbeleer
parent 83980a3dff
commit ece3a97a33
2 changed files with 2 additions and 2 deletions

View file

@ -31,4 +31,4 @@ jobs:
version: latest
working-directory: src
- name: Unit Tests
run: go test . -v
run: go test -v ./...

View file

@ -38,7 +38,7 @@ The go source code can be found in the `src/` directory, make sure to change to
### Unit tests
```bash
go test -v
go test -v ./...
```
### golangci-lint