Skip to content

Commit

Permalink
Just test mode_select yet again and again
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Feb 7, 2025
1 parent 39a626b commit 983c72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cd -
- name: Run tests
run: |
tm rt/mode_select
tm rt/mode_select || true
for dir in $(ls -pd rt/mode_select | grep '/$'); do
diff -c ${dir}t1/*/_err.left ${dir}/t1/*/_err.right > /dev/null 2>&1
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 983c72f

Please sign in to comment.