mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-02 03:46:29 +02:00
ci: add go bin dir to path for test
This commit is contained in:
parent
f979bae194
commit
6baf25dae8
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
@ -36,7 +36,9 @@ jobs:
|
||||||
- name: Build dependencies
|
- name: Build dependencies
|
||||||
run: make build-deps
|
run: make build-deps
|
||||||
- name: Test
|
- name: Test
|
||||||
run: make test
|
run: |
|
||||||
|
export PATH=$PATH:$(go env GOPATH)/bin
|
||||||
|
make test
|
||||||
|
|
||||||
cover:
|
cover:
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Add table
Reference in a new issue