Browse Source

just log, no new keys

Jonathan Kelley 4 months ago
parent
commit
75602c56c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -221,7 +221,7 @@ jobs:
           cache-all-crates: "true"
       - name: Prebuild CLI
         run: |
-          cargo build --package dioxus-cli --release
+          CARGO_LOG=debug cargo build --package dioxus-cli --release
       - name: Playwright
         working-directory: ./packages/playwright-tests
         run: |