diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-14 13:34:55 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-14 13:34:55 -0600 |
| commit | c6b4a8ce874706417e53f48ff29f8907c4b28d1f (patch) | |
| tree | 5c1561e91c5cfcdb143cb587b08ecdf20d4ccd98 /test/integration/ci.go | |
| parent | 4b2d609a0efcc1d9b2f1a08f954d067ad1d9cd1e (diff) | |
test: use host network mode locally and in CI
Diffstat (limited to 'test/integration/ci.go')
| -rw-r--r-- | test/integration/ci.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/ci.go b/test/integration/ci.go index 5d34685..7b5280f 100644 --- a/test/integration/ci.go +++ b/test/integration/ci.go @@ -7,6 +7,6 @@ import ( ) func isGitlabCI(t *testing.T) bool { - t.Logf("CI? %v", env.Fetch("CI", "")) + t.Logf("CI? %v\n", env.Fetch("CI", "")) return env.Fetch("CI", "") == "true" } |
