Add verbose building
All checks were successful
Build Crate / build (push) Successful in 1m32s

This commit is contained in:
2024-08-18 15:57:11 -04:00
parent 0fd6ef8817
commit f71d2ae70a

View File

@@ -44,8 +44,8 @@ jobs:
run: npm run build
# TODO -> Remove wasm-opt-version once perseus is updated
- name: Build the project
run: perseus --wasm-opt-version version_118 deploy
run: perseus --wasm-opt-version version_118 deploy --verbose
- name: Run clippy for server
run: RUSTFLAGS="--cfg=engine" cargo clippy -all
run: RUSTFLAGS="--cfg=engine" cargo clippy --all
- name: Run clippy for frontend
run: RUSTFLAGS="--cfg=client" cargo clippy --all