summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-29 11:20:28 -0600
committermo khan <mo@mokhan.ca>2025-05-29 11:20:28 -0600
commit5f0d77707db973c4392d14bcc4288f82dbe9da9b (patch)
treeec5b7a191f455728f19313b847b689f994af516f /bin
parent11ac4f29097daca8558c9772215180d55c7b6c6a (diff)
chore: run cargo tests too
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cibuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/cibuild b/bin/cibuild
index a992895..6e5b889 100755
--- a/bin/cibuild
+++ b/bin/cibuild
@@ -13,4 +13,6 @@ apt update
apt install -y mise
eval "$(mise activate bash)"
mise install
+
./bin/test
+cargo test