ci: stdio: Properly start running the test

"gha-run.sh" requires a `run` argument in order to run the tests, which
seems to be forgotten when the test was added.

This PR needs to get merged before the test can successfully run.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2024-08-17 14:40:51 +02:00
parent dd2d9e5524
commit e75c149dec
No known key found for this signature in database
GPG Key ID: EE926C2BDACC177B

View File

@ -198,7 +198,7 @@ jobs:
- name: Run stdio tests
timeout-minutes: 10
run: bash tests/integration/stdio/gha-run.sh
run: bash tests/integration/stdio/gha-run.sh run
run-tracing:
strategy: