Parcourir la source

chore: ignore building tests

bigeagle il y a 9 ans
Parent
commit
42c645a736
4 fichiers modifiés avec 8 ajouts et 0 suppressions
  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 (