Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,16 @@ jobs:
done
cat /tmp/buzz-relay.log
exit 1
- name: SQLite relay handler conformance
# Keep every supported relay API, handler, and workflow-sink test on the
# embedded backend. PostgreSQL-only cases remain explicitly ignored with
# reasoned `SQLite skip:` annotations and run in the PostgreSQL gates below.
run: |
cargo nextest run \
--archive-file target/ci/backend-integration-tests.tar.zst \
-E 'package(buzz-relay) and (test(/api::/) or test(/handlers::/) or test(/workflow_sink::/))'
env:
BUZZ_TEST_BACKEND: sqlite
- name: Invite security tests
run: |
cargo nextest run \
Expand Down
Loading
Loading