diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e4f4326efb67bf8ec2ff385f4c7f1189c02c367..89b82d8c3eefe58e891480f0a0246bd7d4635b1f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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