We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c36a88 commit 05dadafCopy full SHA for 05dadaf
.github/workflows/makefile.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Build
30
run: |
31
make build
32
- ./g -v
+ ./bin/g -v
33
34
- name: Run coverage
35
run: make test-coverage
0 commit comments