diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e434f713d4..a16e19469d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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