updated ci config

This commit is contained in:
Paul 2022-05-22 14:02:16 +03:00
parent bae15b7bf5
commit 100b644a25
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
- run:
name: "cargo test"
command: |
sudo apt update && sudo apt-get install libfontconfig libfontconfig1-dev libfreetype6-dev;
cargo version;
cargo test --all --all-features;
- slack/notify: