Skip to content

Commit

Permalink
Change pipe to gt in multi command line
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Feb 27, 2024
1 parent ed3f667 commit 317137b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,11 +374,11 @@ jobs:
GrateExecutablePath: ${{ github.workspace }}/executables/${{ matrix.os.arch }}/${{ matrix.os.executable }}
#GrateExecutablePath: ${{ github.workspace }}/executables/${{ matrix.arch }}/grate
- name: Test
run: |
dotnet test \
unittests/CommandLine/${{ matrix.category }} \
--logger:"xunit;LogFilePath=/tmp/test-results/${{ matrix.os.arch }}/${{ matrix.category }}.xml" -- \
-MaxCpuCount 2
run: >
dotnet test
unittests/CommandLine/${{ matrix.category }}
--logger:"xunit;LogFilePath=/tmp/test-results/${{ matrix.os.arch }}/${{ matrix.category }}.xml" --
-MaxCpuCount 2
env:
LogLevel: Warning
GrateExecutablePath: ${{ github.workspace }}/executables/${{ matrix.os.arch }}/${{ matrix.os.executable }}
Expand Down

0 comments on commit 317137b

Please sign in to comment.