chore: switch things back
This commit is contained in:
parent
be6327cf59
commit
086de8cbc0
|
@ -20,7 +20,7 @@ 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 run-all;
|
run: for scenario in $(find . -maxdepth 1 -mindepth 1 -type d); bash run -- $scenario;
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Format
|
- name: Format
|
||||||
run: cargo fmt --all -- --check
|
run: cargo fmt --all -- --check
|
||||||
|
|
Loading…
Reference in New Issue