Skip to content

Commit

Permalink
dotnet mess
Browse files Browse the repository at this point in the history
  • Loading branch information
vilinski committed Feb 4, 2024
1 parent 07e709a commit cdc4aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: ./update_libchdb.sh

- name: Build
run: dotnet build --no-restore --configuration Release -r ${{ matrix.rid }}
run: dotnet build --no-restore --configuration Release -P:RuntimeIdentifiers=${{ matrix.rid }}

- name: Test
run: dotnet test -c Release --no-build --logger trx --results-directory "TestResults-${{ matrix.rid }}"
Expand Down

0 comments on commit cdc4aaf

Please sign in to comment.