Skip to content

Commit 6ebdac3

Browse files
Merge branch 'main' into renovate/code0-flow-0.x
Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
2 parents 629b536 + 6ec0010 commit 6ebdac3

46 files changed

Lines changed: 1227 additions & 1159 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
env:
2222
RUST_BACKTRACE: 'full'
2323
- name: Run workspace tests
24-
run: cargo test --workspace --all-targets
24+
run: cargo test --workspace --all-targets --exclude taurus-bench
2525
- name: Run NATS test execution request tests
2626
run: cargo test -p taurus test_execution_request -- --ignored --nocapture
2727
env:
2828
NATS_URL: nats://127.0.0.1:4222
2929
- name: Run tests package flow suite
30-
run: cargo run --package tests
30+
run: cargo run --package taurus-tests

0 commit comments

Comments
 (0)