Skip to content

Commit

Permalink
"
Browse files Browse the repository at this point in the history
  • Loading branch information
vilinski committed Feb 4, 2024
1 parent df119a4 commit 07e709a
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 -r ${{ matrix.rid }}

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

0 comments on commit 07e709a

Please sign in to comment.