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 be1323eCopy full SHA for be1323e
.github/workflows/test-python-index.yaml
@@ -33,9 +33,9 @@ jobs:
33
pip install .
34
# Validate that the python tests themselves are valid
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: |
+ cd testing
+ TEST_DIR=../tests/ python /run_tests.py
39
# Secondly, validate that the tests pass within wasmer as well
40
- name: Install uv
41
run: curl -LsSf https://astral.sh/uv/install.sh | sh
0 commit comments