Skip to content

Commit 7365146

Browse files
committed
CI: build Terravalet
The CI was only running the lint and test targets but not building Terravalet. I think this was because currently the release process is local (not in CI), but in any case it makes sense to also build the executable in CI for two reasons: - one more check that we don't have glaring errors - now the build target checks that the repo doesn't contain lightweight tags Part of PCI-2275
1 parent 345eac6 commit 7365146

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ jobs:
2828
- run: task install:deps
2929
- run: task lint
3030
- run: task test
31+
- run: task build

0 commit comments

Comments
 (0)