From f71d2ae70ae0e51f7d913ff5cbfc691f88280992 Mon Sep 17 00:00:00 2001 From: Matthew Kaminski Date: Sun, 18 Aug 2024 15:57:11 -0400 Subject: [PATCH] Add verbose building --- .github/workflows/github-actions-demo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 4000ab9..08155a3 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -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