Skip to content

Commit

Permalink
Sorry sneaking in to test, idk how to run locally >.<
Browse files Browse the repository at this point in the history
  • Loading branch information
fatfingers23 committed Dec 2, 2023
1 parent 7698a96 commit b83851e
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions .circleci/config.yml
Expand Up @@ -696,13 +696,11 @@ workflows:
- resources/secrets
- resources/turso
- services/shuttle-actix-web
- services/shuttle-axum
- services/shuttle-next
- services/shuttle-poem
- services/shuttle-poise
- services/shuttle-rocket
- services/shuttle-salvo
- services/shuttle-serenity
- services/shuttle-thruster
- services/shuttle-tide
- services/shuttle-tower
Expand All @@ -719,6 +717,28 @@ workflows:
- "-F mongodb"
- "-F postgres"
- "-F postgres-rustls"
- test-standalone:
# Has mutually exclusive features, so we run checks for each feature separately
name: "services/shuttle-axum: << matrix.features >>"
matrix:
alias: test-standalone-services-shuttle-axum
parameters:
path:
- services/shuttle-axum
features:
- "-F axum"
- "-F axum-0-7"
- test-standalone:
# Has mutually exclusive features, so we run checks for each feature separately
name: "services/shuttle-serenity: << matrix.features >>"
matrix:
alias: test-standalone-services-shuttle-serenity
parameters:
path:
- services/shuttle-serenity
features:
- "-F serenity"
- "-F serenity-0-12"
- test-workspace-member:
name: << matrix.crate >>
matrix:
Expand Down

0 comments on commit b83851e

Please sign in to comment.