Fix conflicting unit test (#45)

* setup the path correctly

* fix conflicting testing symbols

* don't test for nim 1.2

---------

Co-authored-by: Jaremy Creechley <creechley@gmail.com>
This commit is contained in:
Dmitriy Ryajov 2023-09-11 14:21:01 -06:00 committed by GitHub
parent 0cde8aeb67
commit 78a15b1123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View File

@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
cache_nonce: [ 1 ]
nim_version: [ 1.2.18, 1.6.6 ]
nim_version: [ 1.6.14 ]
platform:
- {
icon: 🐧,

1
tests/config.nims Normal file
View File

@ -0,0 +1 @@
--path:".."

View File

@ -3,7 +3,7 @@ import std/os
import std/sequtils
from std/algorithm import sort, reversed
import pkg/asynctest/unittest2
import pkg/asynctest
import pkg/chronos
import pkg/stew/results
import pkg/stew/byteutils

View File

@ -3,7 +3,7 @@ import std/sequtils
import std/os
from std/algorithm import sort, reversed
import pkg/asynctest/unittest2
import pkg/asynctest
import pkg/chronos
import pkg/stew/results
import pkg/stew/byteutils