We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379458a commit 9035081Copy full SHA for 9035081
.github/workflows/ci.yml
@@ -129,4 +129,4 @@ jobs:
129
run: make setup
130
131
- name: Run the test suite
132
- run: make test
+ run: make test || { make test snapshot=fix; git diff; exit 1; }
0 commit comments