We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4dab79 commit 3ec07f7Copy full SHA for 3ec07f7
.github/workflows/test-python-index.yaml
@@ -35,7 +35,9 @@ jobs:
35
- name: Run tests natively
36
# This should hopefully be temporary
37
continue-on-error: true
38
- run: TEST_DIR=../tests/ python src/run_test.py
+ run: |
39
+ cd testing
40
+ TEST_DIR=../tests/ python src/run_test.py
41
# Secondly, validate that the tests pass within wasmer as well
42
- name: Install uv
43
run: curl -LsSf https://astral.sh/uv/install.sh | sh
0 commit comments