mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
.github/workflows/test.yml: also test api module.
This commit is contained in:
parent
b832697419
commit
d5adb71bf2
1 changed files with 4 additions and 1 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -21,4 +21,7 @@ jobs:
|
|||
go-version: ${{ matrix.go-version }}
|
||||
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
run: go test -v ./...
|
||||
|
||||
- name: Test API
|
||||
run: cd api; go test -v ./...
|
||||
Loading…
Add table
Add a link
Reference in a new issue