Add tests to CI

This commit is contained in:
Robin Krahl
2025-08-19 09:57:17 +02:00
parent 0a0555e114
commit 12b320bc62
+2
View File
@@ -20,3 +20,5 @@ jobs:
run: rustup show active-toolchain || rustup toolchain install
- name: Run checks
run: make lint
- name: Run tests
run: make test TEST_FEATURES="rsa,virt"