Add build step back to ensure linking works

This commit is contained in:
June
2024-11-19 21:22:57 -07:00
committed by GitHub
parent 34b42cb1b2
commit eb5ee99eec
+2
View File
@@ -51,3 +51,5 @@ jobs:
run: cargo clippy
- name: Run tests
run: cargo test
- name: Build
run: cargo build