Skip to content

Commit a615630

Browse files
committed
Validate 1.0 fixtures in CI
1 parent 112d0ec commit a615630

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
- name: Validate 1.0 core feature matrix
7676
run: scripts/validate-1-0-core.sh check
7777

78+
- name: Validate 1.0 gateway fixtures
79+
run: scripts/validate-1-0-fixtures.sh
80+
7881
- name: Build 1.0 core release matrix
7982
run: scripts/validate-1-0-core.sh release
8083

@@ -105,6 +108,7 @@ jobs:
105108
cargo run --quiet -- --check-config --config examples/privacy.toml
106109
cargo run --quiet -- --check-config --config examples/container/fluxheim.toml
107110
cargo run --quiet -- --check-config --config examples/conf.d
111+
cargo run --quiet -- --check-config --config examples/gateway-1-0
108112
cargo run --quiet --no-default-features --features profile-privacy -- --check-config --config examples/privacy.toml
109113
110114
- name: Run localhost smoke tests

0 commit comments

Comments
 (0)