Quellcode durchsuchen

chore: ignore building tests

bigeagle vor 9 Jahren
Ursprung
Commit
42c645a736
4 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
  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 (