Skip to content
Merged
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
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ jobs:
run: cargo check --workspace --all-targets
- name: cargo test --workspace
run: cargo test --workspace
# Exercise the feature-gated surrealql AST walk (lifts DDL ->
# Class via the surrealdb-parser fork). Crate-scoped because the
# parser dep is heavy and not needed by other workspace members;
# gating by feature keeps the default build lean.
- name: cargo test -p ogar-adapter-surrealql --features surrealdb-parser
run: cargo test -p ogar-adapter-surrealql --features surrealdb-parser
Loading
Loading