From 420f97300489f9fa10cea036c0d0f6d893c343d6 Mon Sep 17 00:00:00 2001 From: Kenny Levinsen Date: Thu, 6 Aug 2020 13:14:52 +0200 Subject: ci: Run unittests on all platforms --- .builds/freebsd.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.builds/freebsd.yml') 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 -- cgit v1.2.3