Skip to content

Commit

Permalink
ci: run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
secustor committed Jun 9, 2021
1 parent 876a5eb commit 9e49797
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ default:

stages:
- lint
- test


lint:
Expand All @@ -14,3 +15,8 @@ lint:
printf "Following files are not formatted: \n%s" "$FILES"
exit 1
fi
build:
stage: test
script:
- make test

0 comments on commit 9e49797

Please sign in to comment.