diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-29 11:20:28 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-29 11:20:28 -0600 |
| commit | 5f0d77707db973c4392d14bcc4288f82dbe9da9b (patch) | |
| tree | ec5b7a191f455728f19313b847b689f994af516f /bin | |
| parent | 11ac4f29097daca8558c9772215180d55c7b6c6a (diff) | |
chore: run cargo tests too
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/cibuild | 2 |
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 |
