CI: remove left-over 'env' commands

This commit is contained in:
Arthur Baars
2022-08-01 18:49:37 +02:00
parent 7dc3d7d47e
commit c63afbf7be

View File

@@ -30,12 +30,12 @@ jobs:
- name: Build
run: |
cd go
env make
make
- name: Check that all QL and Go code is autoformatted
run: |
cd go
env make check-formatting
make check-formatting
- name: Compile qhelp files to markdown
run: |
@@ -51,7 +51,7 @@ jobs:
- name: Test
run: |
cd go
env make test
make test
test-mac:
name: Test MacOS