Add missing cbor-diag dependency for running acceptance tests.

This commit is contained in:
KtorZ 2023-02-15 10:46:18 +01:00
parent 014c7a3d73
commit cf7f206324
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@ jobs:
run: cargo test --verbose --workspace run: cargo test --verbose --workspace
- name: Run acceptance tests - name: Run acceptance tests
working-directory: examples/acceptance_tests working-directory: examples/acceptance_tests
run: bash ci run: |
cargo install cbor-diag-cli
bash ci
shell: bash shell: bash
- name: Format - name: Format
run: cargo fmt --all -- --check run: cargo fmt --all -- --check