chore: switch things back

This commit is contained in:
rvcas 2023-01-18 14:38:43 -05:00 committed by Lucas
parent be6327cf59
commit 086de8cbc0
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
run: cargo test --verbose --workspace
- name: Run 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
- name: Format
run: cargo fmt --all -- --check