From 07660439f0fa64f288c54b02a8fd9cdfb676bc18 Mon Sep 17 00:00:00 2001 From: Marko Bencun Date: Mon, 3 Jun 2024 12:41:26 +0200 Subject: [PATCH] .ci: also build simulator To catch regressions. --- .ci/ci | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ci/ci b/.ci/ci index 254bc50bc..7d4164ea9 100755 --- a/.ci/ci +++ b/.ci/ci @@ -25,6 +25,9 @@ make -j8 run-unit-tests make -j8 run-rust-unit-tests make -j8 run-valgrind-on-unit-tests +# BUild simulator +make -j8 simulator + # Rust linter make -j8 run-rust-clippy