Skip to content

Commit

Permalink
:)
Browse files Browse the repository at this point in the history
Signed-off-by: Lala Sabathil <[email protected]>
  • Loading branch information
Lulalaby authored Jul 13, 2023
1 parent f1d9e41 commit e2fa16c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
7.0.203
6.x
- name: Build library
run: dotnet build -c Release -v normal DisCatSharp.sln
run: dotnet build -c Release -v minimal DisCatSharp.sln
- name: Test library
run: dotnet test -v normal -c Release --no-restore --no-build DisCatSharp.sln
run: dotnet test -v minimal -c Release --no-restore --no-build DisCatSharp.sln

0 comments on commit e2fa16c

Please sign in to comment.