Skip to content

Commit

Permalink
Workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshClose committed Jan 23, 2024
1 parent 6be308a commit 9f04f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: Restore
run: dotnet restore
- name: Build
run: dotnet build --no-restore --configuration Release
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --configuration Release --no-restore --verbosity normal
run: dotnet test --configuration Release --no-restore --no-build

0 comments on commit 9f04f9c

Please sign in to comment.