1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 08:43:01 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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