Show nim and nimble version
This commit is contained in:
parent
67102873ba
commit
d00d3a080c
|
@ -48,6 +48,8 @@ jobs:
|
|||
sudo apt-get install -y lcov build-essential git curl
|
||||
mkdir coverage
|
||||
export NIMFLAGS="--lineDir:on --passC:-fprofile-arcs --passC:-ftest-coverage --passL:-fprofile-arcs --passL:-ftest-coverage"
|
||||
nim --version
|
||||
nimble --version
|
||||
nimble testnative
|
||||
nimble testpubsub
|
||||
nimble testfilter
|
||||
|
|
Loading…
Reference in New Issue