ci: Run core tests

This commit is contained in:
Mike Welsh 2019-08-21 22:44:49 -07:00
parent 7b6a3d525a
commit b49cce2a48
1 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,12 @@ jobs:
- checkout
- restore_cache:
key: project-cache
- run:
name: Tests
command: |
rustup toolchain install stable
rustup run stable rustc --version --verbose
rustup run stable cargo test --package=ruffle_core
- run:
name: Desktop Build
command: |