ci: trying a modified test
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
D. Moonfire 2023-07-22 15:28:59 -05:00
parent ba75ffd766
commit ae522a4cc7

View file

@ -12,7 +12,13 @@ build:
dotnet build
# Runs all the known tests in the repository.
test:
test: test-tool test-packages
test-tool:
dotnet run --project examples/SampleTool/SampleTool.csproj -- table
dotnet run --project examples/SampleTool/SampleTool.csproj -- log
test-packages:
#!/usr/bin/env bash
for i in tests/*/*.csproj
do