Test packages on Linux (#13921)

* test important packages on Linux

* enable chronos
This commit is contained in:
Miran
2020-04-08 14:34:08 +02:00
committed by GitHub
parent b4e9f8e814
commit 3dc8068075
2 changed files with 3 additions and 4 deletions

View File

@@ -30,8 +30,8 @@ jobs:
Windows_amd64:
vmImage: 'windows-2019'
CPU: amd64
Windows_amd64_pkg:
vmImage: 'windows-2019'
Linux_amd64_pkg:
vmImage: 'ubuntu-16.04'
CPU: amd64
NIM_TEST_PACKAGES: true

View File

@@ -17,8 +17,7 @@ pkg "c2nim", false, "nim c testsuite/tester.nim"
pkg "cascade"
pkg "chroma"
pkg "chronicles", true, "nim c -o:chr -r chronicles.nim"
# disable until my chronos fix was merged
#pkg "chronos", true
pkg "chronos", true
pkg "cligen", false, "nim c -o:cligenn -r cligen.nim"
pkg "coco", true
pkg "combparser"