mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-02 13:43:11 +00:00
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:
parent
0cde8aeb67
commit
78a15b1123
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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
1
tests/config.nims
Normal file
@ -0,0 +1 @@
|
||||
--path:".."
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user