Skip to content

Commit 89bef38

Browse files
committed
Restrict VM test only on linux
This test are only testing linux VMs, so let's make sure this files only compiles on linux, so it will not interfere with future mac tests. Signed-off-by: German Maglione <[email protected]>
1 parent 74172ae commit 89bef38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/vm/vm_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build linux
2+
13
package vm_test
24

35
import (

0 commit comments

Comments
 (0)