Fix github actions (Try 1)

This commit is contained in:
David Vogel 2022-07-16 17:34:01 +02:00
parent 405ea876a4
commit f238aeb66f

View File

@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2
- name: Build
run: go build -v bin/stitch
run: go build -v ./bin/stitch
- name: Test
run: go test -v bin/stitch
run: go test -v ./bin/stitch