We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b145de commit 85fe9d3Copy full SHA for 85fe9d3
build.sh
@@ -19,5 +19,5 @@ dnu install xunit.runner.dnx 2.1.0-beta4-* -s https://www.myget.org/F/xunit/
19
cd ../../
20
dnu restore
21
rc=$?; if [[ $rc != 0 ]]; then exit $rc; fi
22
-LD_LIBRARY_PATH=./mdb/libraries/liblmdb/:$LD_LIBRARY_PATH dnx ./tests/LightningDB.Tests test -parallel none
+LD_LIBRARY_PATH=./mdb/libraries/liblmdb/:$LD_LIBRARY_PATH dnx ./tests/LightningDB.Tests test
23
0 commit comments