mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
chore(go): test all modules
This commit is contained in:
parent
83980a3dff
commit
ece3a97a33
2
.github/workflows/code.yml
vendored
2
.github/workflows/code.yml
vendored
|
@ -31,4 +31,4 @@ jobs:
|
|||
version: latest
|
||||
working-directory: src
|
||||
- name: Unit Tests
|
||||
run: go test . -v
|
||||
run: go test -v ./...
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue