Skip to content

Commit 9035081

Browse files
committed
ci: Debug
1 parent 379458a commit 9035081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ jobs:
129129
run: make setup
130130

131131
- name: Run the test suite
132-
run: make test
132+
run: make test || { make test snapshot=fix; git diff; exit 1; }

0 commit comments

Comments
 (0)