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 cd0af3b commit 9940e01Copy full SHA for 9940e01
.github/workflows/main.yml
@@ -178,12 +178,7 @@ jobs:
178
toolchain: 1.87.0
179
target: wasm32-wasip1
180
override: true
181
- - uses: marcopolo/cargo@a527bf4d534717ff4424a84446c5d710f8833139
182
- with:
183
- working-directory: ./packages/presets/swc-plugin
184
- command: build
185
- args: --target wasm32-wasi
186
187
188
189
- command: test
+ - run: cargo build --target wasm32-wasip1
+ working-directory: ./packages/presets/swc-plugin
+ - run: cargo test
0 commit comments