Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
ci: fix test working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Dec 26, 2023
1 parent 1c6dfb7 commit f12aa46
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,12 @@ jobs:
run: dotnet build -c Release

- name: Test .NET Squirrel.Tests
working-directory: src/test
run: dotnet test --no-build -c Release -l "console;verbosity=detailed" test/Squirrel.Tests/Squirrel.Tests.csproj

- name: Test .NET Squirrel.Packaging.Tests
working-directory: src/test
run: dotnet test --no-build -c Release -l "console;verbosity=detailed" test/Squirrel.Packaging.Tests/Squirrel.Packaging.Tests.csproj

- name: Test .NET Squirrel.CommandLine.Tests
working-directory: src/test
run: dotnet test --no-build -c Release -l "console;verbosity=detailed" test/Squirrel.CommandLine.Tests/Squirrel.CommandLine.Tests.csproj

- name: Upload Rust Artifacts
Expand Down

0 comments on commit f12aa46

Please sign in to comment.