Fix acceptance test runner path in CI workflow.

This commit is contained in:
KtorZ 2023-01-06 13:01:52 +01:00
parent 470e331b26
commit 3e4f7c0422
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
run: cargo test --verbose --workspace run: cargo test --verbose --workspace
- name: Acceptance Tests - name: Acceptance Tests
working-directory: examples/acceptance_tests working-directory: examples/acceptance_tests
run: run-all run: ./run-all
- name: Lint - name: Lint
run: cargo fmt --all -- --check run: cargo fmt --all -- --check
- name: Clippy - name: Clippy