Skip to content

Commit 73d2e14

Browse files
committed
build the binary, enable the linters
1 parent e92a8b7 commit 73d2e14

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

appveyor.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,15 @@ install:
3131
- 7z e protoc.zip -o%PROTOC_PATH%
3232

3333
test_script:
34+
# Check if the Go code is properly formatted and run the linter
35+
- task.exe check
36+
# Ensure protobufs compile
37+
- task.exe protoc
3438
# re-enable after fixing go tests
3539
# - task.exe test-integration
40+
# build the binary
41+
- task.exe build
42+
# run e2e tests
3643
- pytest test
3744

3845
# uncomment to debug builds

0 commit comments

Comments
 (0)