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 7dc3d7d commit c63afbfCopy full SHA for c63afbf
.github/workflows/go-tests.yml
@@ -30,12 +30,12 @@ jobs:
30
- name: Build
31
run: |
32
cd go
33
- env make
+ make
34
35
- name: Check that all QL and Go code is autoformatted
36
37
38
- env make check-formatting
+ make check-formatting
39
40
- name: Compile qhelp files to markdown
41
@@ -51,7 +51,7 @@ jobs:
51
- name: Test
52
53
54
- env make test
+ make test
55
56
test-mac:
57
name: Test MacOS
0 commit comments