Skip to content

Commit

Permalink
ci: remove test GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
chesedo committed Jul 25, 2022
1 parent 2f72a4c commit efa175e
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,34 +219,34 @@ workflows:
version: 2
ci:
jobs:
# - workspace-fmt
# - workspace-clippy:
# name: workspace-clippy-<< matrix.framework >>
# requires:
# - workspace-fmt
# matrix:
# parameters:
# framework: ["web-axum", "web-rocket", "web-tide", "web-tower"]
# - check-standalone:
# matrix:
# parameters:
# path:
# - examples/axum/hello-world
# - examples/axum/websocket
# - examples/rocket/authentication
# - examples/rocket/hello-world
# - examples/rocket/postgres
# - examples/rocket/url-shortener
# - examples/tide/hello-world
# - examples/tide/postgres
# - examples/tower/hello-world
# - service-test:
# name: service-test
# requires:
# - workspace-clippy
- workspace-fmt
- workspace-clippy:
name: workspace-clippy-<< matrix.framework >>
requires:
- workspace-fmt
matrix:
parameters:
framework: ["web-axum", "web-rocket", "web-tide", "web-tower"]
- check-standalone:
matrix:
parameters:
path:
- examples/axum/hello-world
- examples/axum/websocket
- examples/rocket/authentication
- examples/rocket/hello-world
- examples/rocket/postgres
- examples/rocket/url-shortener
- examples/tide/hello-world
- examples/tide/postgres
- examples/tower/hello-world
- service-test:
name: service-test
requires:
- workspace-clippy
- platform-test:
# requires:
# - service-test
requires:
- workspace-clippy
matrix:
parameters:
crate: ["shuttle-api", "cargo-shuttle", "shuttle-codegen", "shuttle-common", "shuttle-proto", "shuttle-provisioner"]
Expand Down

0 comments on commit efa175e

Please sign in to comment.