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