Skip to content

Commit a205d21

Browse files
committed
Change daily test workflow to use run-tests
In this way we will automatically discover test dirs. Will need to add some skipping though!
1 parent c451206 commit a205d21

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/daily-runtime-validation.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,10 @@ jobs:
6969
- name: Run tests on ${{ matrix.runtime }}
7070
continue-on-error: true
7171
run: |
72-
python3 test-runner/wasi_test_runner.py \
72+
./run-tests \
7373
-r ./adapters/${{ matrix.runtime }}.py \
74-
--json-output-location results.json \
75-
-t tests/assemblyscript/testsuite/wasm32-wasip1 \
76-
tests/rust/testsuite/wasm32-wasip1 \
77-
tests/c/testsuite/wasm32-wasip1
74+
--verbose \
75+
--json-output-location results.json
7876
7977
- name: Configure git
8078
uses: ./.github/actions/git-config

0 commit comments

Comments
 (0)