Skip to content

Commit

Permalink
skip tests in release
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper committed Nov 3, 2021
1 parent 7a445e3 commit 4c97829
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,23 +68,23 @@ workflows:
command: [integration-test]
release:
jobs:
- xtask:
name: Run cargo tests (<< matrix.rust_channel >> rust on << matrix.platform >>)
matrix:
parameters:
platform: [centos, musl, macos, windows]
rust_channel: [stable]
command: [unit-test]
<<: *run_release

- xtask:
name: Run supergraph-demo tests (<< matrix.rust_channel >> rust on << matrix.platform >>)
matrix:
parameters:
platform: [ubuntu]
rust_channel: [stable]
command: [integration-test]
<<: *run_release
# - xtask:
# name: Run cargo tests (<< matrix.rust_channel >> rust on << matrix.platform >>)
# matrix:
# parameters:
# platform: [centos, musl, macos, windows]
# rust_channel: [stable]
# command: [unit-test]
# <<: *run_release

# - xtask:
# name: Run supergraph-demo tests (<< matrix.rust_channel >> rust on << matrix.platform >>)
# matrix:
# parameters:
# platform: [ubuntu]
# rust_channel: [stable]
# command: [integration-test]
# <<: *run_release

- xtask:
name: Build and bundle release artifacts (<< matrix.platform >>)
Expand All @@ -94,9 +94,9 @@ workflows:
rust_channel: [stable]
command: [package]
options: ["--verbose --rebuild"]
requires:
- "Run cargo tests (<< matrix.rust_channel >> rust on << matrix.platform >>)"
- "Run supergraph-demo tests (stable rust on ubuntu)"
# requires:
# - "Run cargo tests (<< matrix.rust_channel >> rust on << matrix.platform >>)"
# - "Run supergraph-demo tests (stable rust on ubuntu)"
<<: *run_release

- publish_release:
Expand Down

0 comments on commit 4c97829

Please sign in to comment.