Skip to content

Commit

Permalink
Use debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGrupp committed Feb 3, 2025
1 parent 53e0d5c commit b476dae
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "master" ]

env:
RUST_LOG: "maps=trace"
RUST_LOG: "maps=debug"
CARGO_TERM_COLOR: always

jobs:
Expand All @@ -29,14 +29,7 @@ jobs:
with:
name: kittest-snapshots
path: |
tests/snapshots/*.new.png
- name: Upload kittest snapshot diffs
uses: actions/upload-artifact@v4
if: always()
with:
name: kittest-diff-snapshots
path: |
tests/snapshots/*.diff.png
tests/snapshots/
ubuntu:
runs-on: [ubuntu-latest]
Expand Down

0 comments on commit b476dae

Please sign in to comment.