Added tests for the task client and runner.

This commit is contained in:
mikestefanello 2024-06-21 08:36:51 -04:00
parent b68f9bdf3c
commit 5707343d57
6 changed files with 71 additions and 53 deletions

View file

@ -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 ./...