Add missing cbor-diag dependency for running acceptance tests.
This commit is contained in:
parent
014c7a3d73
commit
cf7f206324
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue