Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusbooyah authored Feb 9, 2024
1 parent 13f968e commit f816a49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: .NET Test

on:
pull_request:
push:
branches: [ "master" ]

Expand All @@ -23,4 +24,4 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal

0 comments on commit f816a49

Please sign in to comment.