mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 18:22:49 +08:00
updated scripts
This commit is contained in:
parent
1fcc0c20d3
commit
9d89c6c1ab
@ -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 ../../
|
Loading…
x
Reference in New Issue
Block a user