Skip to content

Commit

Permalink
add to test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ApolloBot2 committed Jul 12, 2024
1 parent b572252 commit 8dcc460
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8dcc460

Please sign in to comment.