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 8462235 commit 50b026fCopy full SHA for 50b026f
.github/workflows/main.yml
@@ -178,12 +178,5 @@ 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 -c ./packages/presets/swc-plugin --target wasm32-wasip1
+ - run: cargo test -c ./packages/presets/swc-plugin --target wasm32-wasip1
0 commit comments