fix: gateway api conformance tests
This commit is contained in:
parent
a3ac456199
commit
21da705ec9
2 changed files with 11 additions and 1 deletions
6
.github/workflows/test-conformance.yaml
vendored
6
.github/workflows/test-conformance.yaml
vendored
|
@ -34,5 +34,9 @@ jobs:
|
|||
- name: Build binary
|
||||
run: make binary
|
||||
|
||||
- name: Setcap
|
||||
run: |
|
||||
sudo setcap 'cap_net_bind_service=+ep' dist/linux/amd64/traefik
|
||||
|
||||
- name: K8s Gateway API conformance test
|
||||
run: sudo make test-gateway-api-conformance
|
||||
run: make test-gateway-api-conformance-ci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue