.github/workflows: enable natlab in CI

After fixing the flakey tests in #18811 and #18814 we can enable running
the natlab testsuite running on CI generally.

Fixes #18810

Signed-off-by: Claus Lensbøl <claus@tailscale.com>
This commit is contained in:
Claus Lensbøl
2026-02-26 10:15:58 -08:00
committed by Brad Fitzpatrick
parent 30adf4527b
commit ea1f1616b9

View File

@@ -7,9 +7,15 @@ concurrency:
cancel-in-progress: true
on:
push:
branches:
- "main"
- "release-branch/*"
pull_request:
paths:
- "tstest/integration/nat/nat_test.go"
# all PRs on all branches
merge_group:
branches:
- "main"
jobs:
natlab-integrationtest:
runs-on: ubuntu-latest