Skip to content

Commit

Permalink
Update dotnet-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper committed Mar 26, 2024
1 parent 662f24f commit be289a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ jobs:
working-directory: ./

- name: Test
run: dotnet test --verbosity normal
run: dotnet test --verbosity minimal
shell: bash
env:
THIRDWEB_SECRET_KEY: ${{ secrets.THIRDWEB_SECRET_KEY }}

0 comments on commit be289a6

Please sign in to comment.