Run tests in CI

This commit is contained in:
Joscha 2025-02-23 22:46:09 +01:00
parent b64f56fce5
commit 972e4938aa

View file

@ -31,6 +31,9 @@ jobs:
- name: Build
run: cargo build --release
- name: Test
run: cargo test --release
- name: Record target triple
run: rustc -vV | awk '/^host/ { print $2 }' > target/release/host