ソースを参照

chore: ignore building tests

bigeagle 9 年 前
コミット
42c645a736
4 ファイル変更8 行追加0 行削除
  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 (