PR feedback

This commit is contained in:
Quentin McGaw
2026-06-11 01:17:55 +00:00
parent d28744e06d
commit 9af6aaff27
6 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ jobs:
- name: Run integration tests in test container
run: |
docker run --rm --entrypoint "go test -tags=integration ./internal/restrictednet" test-container
docker run --rm --entrypoint go test-container test -tags=integration ./internal/restrictednet
- name: Verify dev cross platform compatibility
run: docker build --target xcompile .