Skip to content

Commit

Permalink
✅ Enable test case standard_files
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Dec 9, 2024
1 parent 8ba6ae3 commit 42fdfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webassembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- if: ${{ startsWith(matrix.target, 'wasm32-wasi') }}
name: Run test
run: |
cargo test --target ${{ matrix.target }} --features wasm -- --skip standard_files
cargo test --target ${{ matrix.target }} --features wasm
- if: ${{ !startsWith(matrix.target, 'wasm32-wasi') }}
name: Run build
run: |
Expand Down

0 comments on commit 42fdfb3

Please sign in to comment.