1
0
mirror of https://github.com/actix/actix-website synced 2025-06-28 16:00:36 +02:00

Run cargo test on CI (#142)

This commit is contained in:
Yuki Okushi
2020-01-17 05:18:20 +09:00
committed by GitHub
parent f30016e112
commit 13f0756d33

View File

@ -25,7 +25,7 @@ matrix:
- env:
- TASK=check
language: rust
script: cd examples; cargo check
script: cd examples; cargo check; cargo test
deploy:
provider: script