From 2b8715f935db3129e1b6be907cad0a96370c2034 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 28 Aug 2022 11:03:55 +0200 Subject: ci: add workflow to CircleCI config --- .circleci/config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 844659f..9637cdf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 jobs: - test: + test-all: docker: - image: cimg/rust:1.63.0 steps: @@ -13,3 +13,8 @@ jobs: name: Run Tests command: cargo test --workspace --all-features +workflows: + test: + jobs: + - test-all + -- cgit v1.2.3-18-g5258