Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ jobs:
env:
WAYMARK_DATABASE_URL: postgresql://mountaineer:mountaineer@localhost:5432/mountaineer_daemons
WAYMARK_SKIP_UV_SYNC: "1"
run: cargo run --bin integration_test -- --backends in-memory,postgres
run: cargo run --bin waymark-integration-test -- --backends in-memory,postgres

example-app-tests:
runs-on: ubuntu-latest
Expand Down
Loading