Skip to content

Commit

Permalink
Adding test step to action
Browse files Browse the repository at this point in the history
  • Loading branch information
snerte committed Mar 21, 2024
1 parent 744e618 commit f53bf10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Build project
run: dotnet build -c Release

- name: Test project
run: dotnet test --no-build

- name: Lint C# code
run: dotnet format --verify-no-changes --verbosity detailed --no-restore

Expand Down

0 comments on commit f53bf10

Please sign in to comment.