aboutsummaryrefslogtreecommitdiff
path: root/.builds/freebsd.yml
diff options
context:
space:
mode:
authorKenny Levinsen <kl@kl.wtf>2020-08-06 13:14:52 +0200
committerKenny Levinsen <kl@kl.wtf>2020-08-06 13:25:00 +0200
commit420f97300489f9fa10cea036c0d0f6d893c343d6 (patch)
tree0cbf9b78c406abf442c17cfd6215345527e83b11 /.builds/freebsd.yml
parentb496efa2f9560db404f1b7115f6a00567a7b6742 (diff)
ci: Run unittests on all platforms
Diffstat (limited to '.builds/freebsd.yml')
-rw-r--r--.builds/freebsd.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index 944c85d..048f95c 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -10,6 +10,9 @@ tasks:
- build: |
cd seatd
ninja -C build
+ - unittest: |
+ cd seatd
+ ninja -C build test
- smoketest: |
cd seatd
timeout -s KILL 30s ./.builds/smoketest-seatd.sh