mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-11-01 12:15:27 +08:00
updated scripts
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
#!/bin/bash
|
|
||||||
echo -------------------------
|
echo -------------------------
|
||||||
|
|
||||||
echo Running Ocelot.Benchmarks
|
echo Running Ocelot.Benchmarks
|
||||||
|
|||||||
13
run-tests.bat
Normal file
13
run-tests.bat
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
echo -------------------------
|
||||||
|
|
||||||
|
echo Running Ocelot.UnitTests
|
||||||
|
|
||||||
|
dotnet restore test/Ocelot.UnitTests/
|
||||||
|
dotnet test test/Ocelot.UnitTests/
|
||||||
|
|
||||||
|
echo Running Ocelot.AcceptanceTests
|
||||||
|
|
||||||
|
cd test/Ocelot.AcceptanceTests/
|
||||||
|
dotnet restore
|
||||||
|
dotnet test
|
||||||
|
cd ../../
|
||||||
Reference in New Issue
Block a user