From 12b320bc62d59517a3260a64dba407ee012357db Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 19 Aug 2025 09:57:17 +0200 Subject: [PATCH] Add tests to CI --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1b8f206..fd4bed2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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"