Skip to content

Commit

Permalink
Re-enable Dart in CI; refs #1151
Browse files Browse the repository at this point in the history
Reverts e2b6533 as Dart was fixed in 76e86f3.
  • Loading branch information
kiritofeng authored and Xyene committed Jan 8, 2024
1 parent e51da7a commit bee0ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker.test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from dmoj.executors import get_available

arch = platform.machine()
ALLOW_FAIL = {'DART', 'GASARM', 'OBJC'}
ALLOW_FAIL = {'GASARM', 'OBJC'}
EXECUTORS = get_available()

if arch == 'aarch64':
Expand Down

0 comments on commit bee0ab1

Please sign in to comment.