Pārlūkot izejas kodu

chore: ignore building tests

bigeagle 9 gadi atpakaļ
vecāks
revīzija
42c645a736
4 mainītis faili ar 8 papildinājumiem un 0 dzēšanām
  1. 2 0
      tests/httpClient.go
  2. 2 0
      tests/httpServer.go
  3. 2 0
      tests/managerMain.go
  4. 2 0
      tests/workerMain.go

+ 2 - 0
tests/httpClient.go

@@ -1,3 +1,5 @@
+// +build ignore
+
 package main
 
 import (

+ 2 - 0
tests/httpServer.go

@@ -1,3 +1,5 @@
+// +build ignore
+
 package main
 
 import (

+ 2 - 0
tests/managerMain.go

@@ -1,3 +1,5 @@
+// +build ignore
+
 package main
 
 import (

+ 2 - 0
tests/workerMain.go

@@ -1,3 +1,5 @@
+// +build ignore
+
 package main
 
 import (