mirror of
https://github.com/Dadido3/noita-mapcap.git
synced 2024-11-18 17:17:31 +00:00
Fix github actions (Try 1)
This commit is contained in:
parent
405ea876a4
commit
f238aeb66f
4
.github/workflows/build-test.yml
vendored
4
.github/workflows/build-test.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v bin/stitch
|
run: go build -v ./bin/stitch
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v bin/stitch
|
run: go test -v ./bin/stitch
|
||||||
|
Loading…
Reference in New Issue
Block a user