From b49cce2a48b1e45d738ff3a5e89b1cba67c93a77 Mon Sep 17 00:00:00 2001 From: Mike Welsh Date: Wed, 21 Aug 2019 22:44:49 -0700 Subject: [PATCH] ci: Run core tests --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 86feefcbf..428c7eb2b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: |