mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-06 19:45:20 +01:00
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:
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user