Skip to content

Commit

Permalink
disable chronos
Browse files Browse the repository at this point in the history
ref status-im/nim-chronos#551 which is in an uncertain state
  • Loading branch information
ringabout authored Jul 9, 2024
1 parent dc46350 commit d37dc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testament/important_packages.nim
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pkg "cello", url = "https://github.com/nim-lang/cello", useHead = true
pkg "checksums"
pkg "chroma"
pkg "chronicles", "nim c -o:chr -r chronicles.nim"
pkg "chronos", "nim c -r -d:release tests/testall"
pkg "chronos", "nim c -r -d:release tests/testall", allowFailure = true
pkg "cligen", "nim c --path:. -r cligen.nim"
pkg "combparser", "nimble test --mm:orc"
pkg "compactdict"
Expand Down

0 comments on commit d37dc99

Please sign in to comment.