Compiler dagger.nim in the CI (#71)

This commit is contained in:
Tanguy 2022-04-06 14:00:25 +02:00 committed by GitHub
parent ffa9b624f1
commit aa50127c14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -9,4 +9,7 @@ import ./dagger/testpurchasing
import ./dagger/testsales
import ./dagger/testerasure
# to check that everything compiles
import ../dagger
{.warning[UnusedImport]: off.}