mirror of
https://github.com/github/codeql.git
synced 2026-04-20 14:34:04 +02:00
CI: remove left-over 'env' commands
This commit is contained in:
6
.github/workflows/go-tests.yml
vendored
6
.github/workflows/go-tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user