Include acceptance tests in the CI workflow
This commit is contained in:
parent
4b34617466
commit
470e331b26
|
@ -20,6 +20,9 @@ jobs:
|
|||
run: cargo build --verbose --workspace
|
||||
- name: Run tests
|
||||
run: cargo test --verbose --workspace
|
||||
- name: Acceptance Tests
|
||||
working-directory: examples/acceptance_tests
|
||||
run: run-all
|
||||
- name: Lint
|
||||
run: cargo fmt --all -- --check
|
||||
- name: Clippy
|
||||
|
|
Loading…
Reference in New Issue