diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 925bcfe..915378f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,4 +21,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: Test - run: go test -v ./... \ No newline at end of file + run: go test -v ./... + + - name: Test API + run: cd api; go test -v ./... \ No newline at end of file