Add GitHub Actions
This commit is contained in:
parent
11aa1735e1
commit
fe111fc657
2 changed files with 14 additions and 0 deletions
4
run
4
run
|
@ -1,5 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
function ci:test {
|
||||
go test "${@}"
|
||||
}
|
||||
|
||||
function go {
|
||||
docker-compose run --rm app go "${@}"
|
||||
}
|
||||
|
|
Reference in a new issue