fix: ci
This commit is contained in:
parent
f975c345c9
commit
be6327cf59
|
@ -20,9 +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: for scenario in $(find . -maxdepth 1 -mindepth 1 -type d); "./run" $scenario;
|
run: bash run-all;
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Lint
|
- name: Format
|
||||||
run: cargo fmt --all -- --check
|
run: cargo fmt --all -- --check
|
||||||
- name: Clippy
|
- name: Clippy
|
||||||
run: cargo clippy --all-targets --all-features -- -D warnings
|
run: cargo clippy --all-targets --all-features -- -D warnings
|
||||||
|
|
Loading…
Reference in New Issue