Skip to content

Commit

Permalink
DO NOT MERGE ME, JUST CHECKING
Browse files Browse the repository at this point in the history
  • Loading branch information
mmlb committed Dec 14, 2021
1 parent 3a9bb2a commit 3751dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Fetch Nix Packages
run: nix-shell --run 'true'
- name: Generate
run: nix-shell --run 'make generate'
run: GOROOT= nix-shell --run 'make generate'
- name: go clean -testcache
run: go clean -testcache
- name: go test
Expand Down

0 comments on commit 3751dc9

Please sign in to comment.