mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-12-25 21:05:48 +08:00
very simple build scripts
This commit is contained in:
12
run-tests.sh
Executable file
12
run-tests.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
echo -------------------------
|
||||
|
||||
echo Running Ocelot.UnitTests
|
||||
|
||||
dotnet test test/Ocelot.UnitTests/
|
||||
|
||||
echo Running Ocelot.AcceptanceTests
|
||||
|
||||
dotnet test test/Ocelot.AcceptanceTests/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user