Skip to content

Commit

Permalink
.ci: also build simulator
Browse files Browse the repository at this point in the history
To catch regressions.
  • Loading branch information
benma committed Jun 3, 2024
1 parent b2d0f21 commit 0766043
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/ci
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0766043

Please sign in to comment.