mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-12 14:04:05 -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
|
version: latest
|
||||||
working-directory: src
|
working-directory: src
|
||||||
- name: Unit Tests
|
- 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
|
### Unit tests
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go test -v
|
go test -v ./...
|
||||||
```
|
```
|
||||||
|
|
||||||
### golangci-lint
|
### golangci-lint
|
||||||
|
|
Loading…
Reference in a new issue