mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 11:00:36 +00:00
ci: try to fix errors
This commit is contained in:
parent
ed0ea11db0
commit
e0dccbf568
1 changed files with 5 additions and 0 deletions
5
.github/workflows/test-and-lint.yaml
vendored
5
.github/workflows/test-and-lint.yaml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue