Skip to content

Commit c63afbf

Browse files
committed
CI: remove left-over 'env' commands
1 parent 7dc3d7d commit c63afbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
- name: Build
3131
run: |
3232
cd go
33-
env make
33+
make
3434
3535
- name: Check that all QL and Go code is autoformatted
3636
run: |
3737
cd go
38-
env make check-formatting
38+
make check-formatting
3939
4040
- name: Compile qhelp files to markdown
4141
run: |
@@ -51,7 +51,7 @@ jobs:
5151
- name: Test
5252
run: |
5353
cd go
54-
env make test
54+
make test
5555
5656
test-mac:
5757
name: Test MacOS

0 commit comments

Comments
 (0)