ci: run cargo test in Rust workflow

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964f95cb2581aec6ed60d3d0af8bfa9e994
This commit is contained in:
raf 2025-10-03 10:19:40 +03:00
commit b7332bee26
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -14,5 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Test
run: cargo test --verbose