File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -176,6 +176,9 @@ jobs:
176
176
cargo run --locked --package meta-cli -- --help
177
177
cargo test --locked --package meta-cli
178
178
179
+ # check the fat CLI build
180
+ cargo run --locked --package meta-cli --features typegate -- --help
181
+
179
182
test-docker :
180
183
needs : changes
181
184
if : ${{ needs.changes.outputs.typegate == 'true' }}
@@ -311,6 +314,9 @@ jobs:
311
314
# without --tests, the --doc is causing a link error "syntax error in VERSION script"
312
315
cargo test --locked --package typegraph_core --tests
313
316
317
+ # check the fat CLI build
318
+ cargo run --locked --package meta-cli --features typegate -- --help
319
+
314
320
# from old test-meta-cli
315
321
cargo run --locked --package meta-cli -- --help
316
322
cargo test --locked --package meta-cli
Original file line number Diff line number Diff line change @@ -44,11 +44,6 @@ repos:
44
44
- id : cargo-check
45
45
args :
46
46
- " --locked"
47
- - id : cargo-check
48
- args :
49
- - " --locked"
50
- - " --package=meta-cli"
51
- - " --features=typegate"
52
47
- id : clippy
53
48
args :
54
49
- " --locked"
You can’t perform that action at this time.
0 commit comments