Skip to content

Commit 13f0756

Browse files
authored
Run cargo test on CI (#142)
1 parent f30016e commit 13f0756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ matrix:
2525
- env:
2626
- TASK=check
2727
language: rust
28-
script: cd examples; cargo check
28+
script: cd examples; cargo check; cargo test
2929

3030
deploy:
3131
provider: script

0 commit comments

Comments
 (0)