Don't build silently in CI

Signed-off-by: Rachel <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel
2024-04-03 12:08:17 -07:00
parent 7cc49d75ff
commit 6e4be9cf9e
2 changed files with 10 additions and 2 deletions

View File

@@ -18,10 +18,10 @@ jobs:
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Build ic10lsp
run: |
cargo xtask build -p ic10lsp_wasm --release
RUST_BACKTRACE=1 cargo xtask build -p ic10lsp_wasm --release -- --
- name: Build ic10emu
run: |
cargo xtask build -p ic10emu_wasm --release
RUST_BACKTRACE=1 cargo xtask build -p ic10emu_wasm --release -- --
- name: Build Page
run: |
cd www