Skip to content

Commit 11211c7

Browse files
committed
script: add a script to run CI commands
We want to run some commands to build things for CI, so let's add a script. Currently our test commands are very limited, but we may add additional commands in the future, so let's add a script nevertheless.
1 parent 1c72e52 commit 11211c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

script/cibuild

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh -e
2+
3+
go test ./...

0 commit comments

Comments
 (0)