Skip to content

Commit

Permalink
Fix cyclic test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaTheMartian committed Dec 9, 2024
1 parent aad74cc commit 7a0ec47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.maple
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ task:test = {
help = 'Runs all tests'
category = 'test'
depends = [
'test',
'test.api',
'test.echo',
'test.example'
]
Expand Down

0 comments on commit 7a0ec47

Please sign in to comment.