Skip to content

Commit 4665b67

Browse files
authored
Merge pull request #161 from wingo/daily-run-tests
Change daily test workflow to use run-tests
2 parents 7033648 + a205d21 commit 4665b67

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.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)