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