We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112d0ec commit a615630Copy full SHA for a615630
1 file changed
.github/workflows/ci.yml
@@ -75,6 +75,9 @@ jobs:
75
- name: Validate 1.0 core feature matrix
76
run: scripts/validate-1-0-core.sh check
77
78
+ - name: Validate 1.0 gateway fixtures
79
+ run: scripts/validate-1-0-fixtures.sh
80
+
81
- name: Build 1.0 core release matrix
82
run: scripts/validate-1-0-core.sh release
83
@@ -105,6 +108,7 @@ jobs:
105
108
cargo run --quiet -- --check-config --config examples/privacy.toml
106
109
cargo run --quiet -- --check-config --config examples/container/fluxheim.toml
107
110
cargo run --quiet -- --check-config --config examples/conf.d
111
+ cargo run --quiet -- --check-config --config examples/gateway-1-0
112
cargo run --quiet --no-default-features --features profile-privacy -- --check-config --config examples/privacy.toml
113
114
- name: Run localhost smoke tests
0 commit comments