Skip to content

Commit 3aa3611

Browse files
committed
twmq refactor + auto webhook orchestration
1 parent 23cf90f commit 3aa3611

File tree

27 files changed

+1579
-652
lines changed

27 files changed

+1579
-652
lines changed

.github/workflows/ci-twmq.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
4848

4949
- name: Build
50-
run: cargo build --verbose
50+
run: cargo build -p twmq --verbose
5151

5252
- name: Run tests
53-
run: cargo nextest run -p vault-integration-tests --profile ci
53+
run: cargo nextest run -p twmq --profile ci
5454

5555
- name: Test Report
5656
uses: dorny/test-reporter@6e6a65b7a0bd2c9197df7d0ae36ac5cee784230c # @v2

0 commit comments

Comments
 (0)