Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ jobs:
run: |
git config --global user.email "example@example.com"
git config --global user.name "Example Example"
make test
# TODO: reinstate `make test` and remove the other `make` calls
# make test
${MAKE} -C tests/resolve-adjacent-conflicts-test
${MAKE} -C tests/resolve-import-conflicts-test
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
Loading