Commit bf3ae82f authored by Massimiliano Pippi's avatar Massimiliano Pippi

fix paths

parent a397a578
......@@ -5,4 +5,11 @@ steps:
- name: test
image: arduino/arduino-cli:drone-0.0.3
commands:
# Check if the Go code is properly formatted and run the linter
- task check
# Ensure protobufs compile
- task protoc
# Build and test
- task build
- task test
- task test-legacy
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment