Skip to content

Commit 0766043

Browse files
committed
.ci: also build simulator
To catch regressions.
1 parent b2d0f21 commit 0766043

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci/ci

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ make -j8 run-unit-tests
2525
make -j8 run-rust-unit-tests
2626
make -j8 run-valgrind-on-unit-tests
2727

28+
# BUild simulator
29+
make -j8 simulator
30+
2831
# Rust linter
2932
make -j8 run-rust-clippy
3033

0 commit comments

Comments
 (0)