Added tests for the task client and runner.
This commit is contained in:
parent
b68f9bdf3c
commit
5707343d57
6 changed files with 71 additions and 53 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
|
@ -27,10 +27,5 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-go-
|
||||
|
||||
- name: Start containers
|
||||
run: |
|
||||
docker-compose up -d
|
||||
sleep 3
|
||||
|
||||
- name: Test
|
||||
run: go test -p 1 ./...
|
||||
run: go test ./...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue