Skip to content

Commit e2abb0d

Browse files
committed
Show diff for UI tests
1 parent 6fef80d commit e2abb0d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ jobs:
193193
- fmt
194194
- lint
195195

196+
env:
197+
TRYBUILD: overwrite
198+
196199
steps:
197200
- uses: actions/checkout@v3
198201
with:
@@ -213,6 +216,10 @@ jobs:
213216
- name: Run UI tests
214217
run: cargo run --features=run --bin=test-ui
215218

219+
- name: Check diff
220+
if: ${{ always() }}
221+
run: git diff --exit-code
222+
216223
assembly:
217224
name: Assembly tests
218225
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)