mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
specify projs. to dotnet test
This commit is contained in:
parent
4d1745239c
commit
9305a5a657
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
dotnet restore
|
||||
dotnet publish -c release -r ubuntu.16.04-x64
|
||||
dotnet test
|
||||
dotnet test /test/FilterLists.Data.Tests/FilterLists.Data.Tests.csproj
|
||||
dotnet test /test/FilterLists.Services.Tests/FilterLists.Services.Tests.csproj
|
||||
Loading…
Reference in a new issue