Skip to content

Commit

Permalink
Revert "ci: allow tests to fail"
Browse files Browse the repository at this point in the history
This reverts commit bc55af8.
  • Loading branch information
ee7 committed Apr 8, 2024
1 parent 01c401e commit 683db8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
run: nimble build

- name: Run tests
run: ./test || exit 0 # TODO: Stop allowing tests to fail.
run: ./test

0 comments on commit 683db8f

Please sign in to comment.