integration: add unix tag to non-windows tests

These tests can't be compiled on Windows, so add unix build tag.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin 2025-04-03 16:59:22 -07:00 committed by Miloslav Trmač
parent 25481e1a88
commit b74989dfbc
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
//go:build !linux
//go:build unix && !linux
package main

View File

@ -1,3 +1,5 @@
//go:build unix
package main
import (