diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8e2cfc5..11e4a6f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,6 +13,6 @@ jobs: - name: Tool Restore run: dotnet tool restore - - name: Release + - name: Test working-directory: ./Build run: dotnet run --project Build.fsproj -- Test \ No newline at end of file