mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 10:26: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
|
||||
run: make build-deps
|
||||
- name: Test
|
||||
run: make test
|
||||
run: |
|
||||
export PATH=$PATH:$(go env GOPATH)/bin
|
||||
make test
|
||||
|
||||
cover:
|
||||
strategy:
|
||||
|
|
Loading…
Add table
Reference in a new issue