1
0
mirror of https://github.com/actix/actix-website synced 2025-08-29 00:07:48 +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: - env:
- TASK=check - TASK=check
language: rust language: rust
script: cd examples; cargo check script: cd examples; cargo check; cargo test
deploy: deploy:
provider: script provider: script