Skip to content

Commit

Permalink
improved visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Aug 17, 2023
1 parent 2db8075 commit 88155e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ jobs:
dotnet-version: ${{ matrix.dotnet-version }}

- name: Build binding
run: dotnet build Cheetah/Cheetah.csproj --framework ${{ matrix.binding-framework }}
run: dotnet build Cheetah/Cheetah.csproj --framework ${{ matrix.binding-framework }} -v n

- name: Test
run: dotnet test --framework ${{ matrix.test-framework }}
run: dotnet test --framework ${{ matrix.test-framework }} -v n

build-self-hosted:
runs-on: ${{ matrix.machine }}
Expand All @@ -85,7 +85,7 @@ jobs:
- uses: actions/checkout@v3

- name: Build binding
run: dotnet build Cheetah/Cheetah.csproj --framework net6.0
run: dotnet build Cheetah/Cheetah.csproj --framework net6.0 -v n

- name: Test
run: dotnet test --framework net6.0
run: dotnet test --framework net6.0 -v n

0 comments on commit 88155e1

Please sign in to comment.