Skip to content
Snippets Groups Projects

WIP: Add additional CI checks

Closed Erick Hitter requested to merge add/more-ci into master
2 files
+ 6
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
0
@@ -29,6 +29,9 @@ unit_tests:
stage: test
script:
- make test
artifacts:
reports:
junit: report.xml
race_detector:
stage: test
Loading