Fix docker test workflow

This commit is contained in:
braginini
2023-04-05 18:07:38 +02:00
parent 277b65b833
commit 7548780f8f

View File

@@ -66,7 +66,7 @@ jobs:
run: go mod tidy
- name: Generate Iface Test bin
run: go test -c -o iface-testing.bin ./iface/...
run: go test -c -o iface-testing.bin ./iface/
- name: Generate RouteManager Test bin
run: go test -c -o routemanager-testing.bin ./client/internal/routemanager/...