Skip to content

Commit

Permalink
Combining build and test
Browse files Browse the repository at this point in the history
  • Loading branch information
snerte committed Mar 22, 2024
1 parent 179ea54 commit cea5fb9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ jobs:
with:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Build project
run: dotnet build -c Release

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

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

0 comments on commit cea5fb9

Please sign in to comment.