2 Commits
Author SHA1 Message Date
ask 169fbf9bc6 Use more memory to build
continuous-integration/drone/push Build was killed
2020-05-24 23:33:05 -07:00
ask 445d041eae Add a test file 2020-05-24 23:25:38 -07:00
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ steps:
resources:
limits:
cpu: 1
memory: 100MiB
memory: 200MiB
requests:
cpu: 1
memory: 50MiB
+7
View File
@@ -0,0 +1,7 @@
package main
import "testing"
func TestMain(t *testing.T) {
t.Log("it's all okay")
}