Skip to content

Commit 8dbaca9

Browse files
committed
[build] Add PR validation for flight
1 parent 4fd6046 commit 8dbaca9

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pr.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
- name: Build with only mysql
5151
run: cargo check --no-default-features --features mysql
5252

53+
- name: Build with only flight
54+
run: cargo check --no-default-features --features flight
55+
5356
integration-test:
5457
name: Integration Test
5558
runs-on: ubuntu-latest

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ lint:
1111

1212
.PHONY: test-integration
1313
test-integration:
14-
RUST_LOG=debug cargo test --test integration --no-default-features --features postgres,sqlite,mysql -- --nocapture
14+
RUST_LOG=debug cargo test --test integration --no-default-features --features postgres,sqlite,mysql,flight -- --nocapture

0 commit comments

Comments
 (0)