Skip to content

Commit

Permalink
Show diff for UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Dec 3, 2023
1 parent 29fa4bb commit 5700d06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ jobs:
- fmt
- lint

env:
TRYBUILD: overwrite

steps:
- uses: actions/checkout@v3
with:
Expand All @@ -213,6 +216,10 @@ jobs:
- name: Run UI tests
run: cargo run --features=run --bin=test-ui

- name: Check diff
if: ${{ always() }}
run: git diff --exit-code

assembly:
name: Assembly tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5700d06

Please sign in to comment.