Compare commits
2 Commits
ffcf6f372d
...
169fbf9bc6
Author | SHA1 | Date | |
---|---|---|---|
169fbf9bc6 | |||
445d041eae |
@ -11,7 +11,7 @@ steps:
|
|||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 1
|
cpu: 1
|
||||||
memory: 100MiB
|
memory: 200MiB
|
||||||
requests:
|
requests:
|
||||||
cpu: 1
|
cpu: 1
|
||||||
memory: 50MiB
|
memory: 50MiB
|
||||||
|
7
main_test.go
Normal file
7
main_test.go
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import "testing"
|
||||||
|
|
||||||
|
func TestMain(t *testing.T) {
|
||||||
|
t.Log("it's all okay")
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user