Skip to content

Commit

Permalink
No nim disable
Browse files Browse the repository at this point in the history
  • Loading branch information
yyoncho committed Aug 17, 2023
1 parent 2461517 commit 06583be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion tests/tester.nim
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import testscommon

# suits imports

import tnonim
import tinitcommand
import tcheckcommand
import tcleancommand
Expand All @@ -29,3 +28,7 @@ import ttestcommand
import ttwobinaryversions
import tuninstall
import ttaskdeps

# nonim tests are very slow and (often) break the CI.

# import tnonim
4 changes: 2 additions & 2 deletions tests/tnonim.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) Dominik Picheta. All rights reserved.
# BSD License. Look at license.txt for more info.
# # Copyright (C) Dominik Picheta. All rights reserved.
# # BSD License. Look at license.txt for more info.

{.used.}

Expand Down

0 comments on commit 06583be

Please sign in to comment.