From 36c95b0b8e5e6cad3b619207ff625a6fb188a882 Mon Sep 17 00:00:00 2001 From: Bodil Stokke Date: Mon, 8 Apr 2019 17:23:29 +0100 Subject: [PATCH] Re-enable stable builds. --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fd25236..6d245e8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -107,12 +107,12 @@ jobs: workflows: Project: jobs: -# - test: -# name: cargo test (stable) -# toolchain: stable -# - test: -# name: cargo test (beta) -# toolchain: beta + - test: + name: cargo test (stable) + toolchain: stable + - test: + name: cargo test (beta) + toolchain: beta - test: name: cargo test (nightly) toolchain: nightly