commit b85835870039cce2f5da48d66cedd6a7d501feea parent 4e2c5aeda477dba02b96c757c3a235c67a6efd10 Author: Sean Enck <sean@ttypty.com> Date: Fri, 17 Feb 2023 19:25:45 -0500 specify makefile Diffstat:
| M | .github/workflows/build.yml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -29,6 +29,6 @@ jobs: - name: "deps" run: brew install go - name: "build" - run: make build + run: make -f Makefile build - name: "check" - run: make check + run: make -f Makefile check