From 8dcc460a3ba9bdf4615a91e8bdc9ff8e7d02f765 Mon Sep 17 00:00:00 2001 From: ApolloBot2 Date: Fri, 12 Jul 2024 11:57:18 -0500 Subject: [PATCH] add to test jobs --- .circleci/config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0518a8d83..24560482a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,6 +56,15 @@ workflows: platform: [amd_ubuntu, arm_ubuntu, amd_linux, amd_macos, arm_macos, amd_windows] rust_channel: [stable] command: [test] + + - check_for_github_action: + name: Check to ensure Github Action has completed successfully (<< matrix.platform >>) + matrix: + parameters: + platform: [amd_macos] + requires: + - "Run cargo tests (stable rust on amd_macos)" + <<: *any_release release: jobs: