Skip to content

Commit

Permalink
.ciricleci: fix circleci script after breaking from #980
Browse files Browse the repository at this point in the history
  • Loading branch information
KolbyML committed Jan 31, 2024
1 parent 236250c commit 4429972
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,14 @@ jobs:
command: ".circleci/rust-simulators.sh"

workflows:
main:
jobs:
- go-test
- build
- smoke-tests:
requires: ["build"]
- smoke-tests-remote-docker:
requires: ["build"]
- rust-jobs:
when: << pipeline.parameters.rust-ci >>
jobs:
- rust-simulators
jobs:
- go-test
- build
- smoke-tests:
requires: ["build"]
- smoke-tests-remote-docker:
requires: ["build"]
- rust-jobs:
when: << pipeline.parameters.rust-ci >>
jobs:
- rust-simulators

0 comments on commit 4429972

Please sign in to comment.