ci: test just tests

This commit is contained in:
əlemi 2024-09-09 20:10:37 +02:00
parent b64ba92382
commit aee82bd65d
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -35,5 +35,4 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
- run: cargo build --verbose --features=${{ matrix.features }}
- run: cargo test --verbose --features=${{ matrix.features }}