Skip to content

Commit

Permalink
CI: do not run go generate unnecessarily
Browse files Browse the repository at this point in the history
  • Loading branch information
dermetfan committed Jan 18, 2022
1 parent fdf12cd commit baf2c4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion actions/cicero/ci.nix
Expand Up @@ -47,7 +47,6 @@ std.behavior.onInputChange "start" name args

(std.wrapScript "bash" (next: ''
set -ex
go generate ./...
lint
${lib.escapeShellArgs next}
''))
Expand Down

0 comments on commit baf2c4f

Please sign in to comment.