ci: try to fix errors

This commit is contained in:
daimond113 2024-09-29 17:24:24 +02:00
parent ed0ea11db0
commit e0dccbf568
No known key found for this signature in database
GPG key ID: 3A8ECE51328B513C

View file

@ -17,6 +17,11 @@ jobs:
bins: cargo-tarpaulin
components: rustfmt, clippy
- name: Install OS dependencies
run: |
sudo apt-get update
sudo apt-get install -y libssl-dev
- name: Run tests
run: cargo test --all --all-features