Also test CLI generation, which was notably absent from CI previously

It's about time this is (re)added as a regression already occurred.
This commit is contained in:
Sebastian Thiel
2022-10-20 11:08:20 +08:00
parent d9fea508ea
commit 4115ede229

View File

@@ -25,9 +25,11 @@ jobs:
- name: Run tests
run: |
source ~/.profile
cargo test
make test-gen
make gen-all-cli cargo-api ARGS=test
make cargo-api ARGS='check --no-default-features'
make cargo-api ARGS=check
make cargo-api ARGS=doc
make cargo-cli ARGS=check
make docs-all
cargo test