Skip to content

Commit 75f0714

Browse files
Update wrkflow - rustc
1 parent d84f5a3 commit 75f0714

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
25+
- name: Set up Rust WASM target
26+
uses: dtolnay/rust-toolchain@stable
27+
with:
28+
targets: wasm32-unknown-unknown
2529
- name: Install dependencies
2630
run: |
2731
python -m pip install --upgrade pip

.github/workflows/wasm-backends-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Compile generated Rust to WASM
9494
if: matrix.backend == 'wasm'
9595
run: |
96-
pytest tests/wasm_codegen_poc_test.py -k rust_compiles_to_wasm -v --tb=short --timeout=120
96+
pytest tests/wasm_codegen_poc_test.py -v --tb=short --timeout=120
9797
9898
- name: Run fallback-specific tests
9999
if: matrix.backend == 'fallback'

0 commit comments

Comments
 (0)