Fix #21452; enable Norm in important packages. (#21455)

* fix #21452; enable Norm in important packages.

* Run test that doesn't require SQLite.
This commit is contained in:
Constantine Molchanov
2023-03-01 05:30:38 +03:00
committed by GitHub
parent dd629c8f45
commit 39d0a93d0e

View File

@@ -119,7 +119,7 @@ pkg "nimterop", "nimble minitest"
pkg "nimwc", "nim c nimwc.nim", allowFailure = true
pkg "nimx", "nim c --threads:on test/main.nim", allowFailure = true
pkg "nitter", "nim c src/nitter.nim", "https://github.com/zedeus/nitter"
pkg "norm", "testament r tests/sqlite/trows.nim", allowFailure = true
pkg "norm", "testament r tests/common/tmodel.nim"
pkg "npeg", "nimble testarc"
pkg "numericalnim", "nimble nimCI"
pkg "optionsutils"