From 086de8cbc02296843a39eee702e0583107adb59b Mon Sep 17 00:00:00 2001 From: rvcas Date: Wed, 18 Jan 2023 14:38:43 -0500 Subject: [PATCH] chore: switch things back --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b5554185..a3bb7a54 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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