chore: improve test setup

This commit is contained in:
Johan Siebens
2023-12-31 12:54:56 +01:00
parent 75b58d0784
commit cdbecf04fc
3 changed files with 2 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
tests
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.20-buster as builder
FROM golang:1.21-bullseye as builder
WORKDIR /app
-2
View File
@@ -105,8 +105,6 @@ func (s *scenario) NewTailscaleNode(hostname string) TailscaleNode {
}
func Run(t *testing.T, f func(s Scenario)) {
t.Parallel()
if testing.Short() {
t.Skip("skipped due to -short flag")
}