Skip to content
Snippets Groups Projects
Commit 16e5afff authored by Loïck Bonniot's avatar Loïck Bonniot
Browse files

[CI] Add raspberry pi runner

parent e0023833
No related branches found
No related tags found
1 merge request!3Add crypto library and CI
Pipeline #
......@@ -16,6 +16,13 @@ Unit tests:
- "go test -coverprofile c.out -v ./..."
- "go tool cover -html=c.out -o coverage.html"
ARM tests:
stage: test
tags:
- arm
script:
- "go test -cover -short -v ./..."
Code lint:
stage: test
allow_failure: True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment