Skip to content

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Romfos authored Oct 2, 2023
1 parent c37b247 commit 81638d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: dotnet restore

- name: Build
run: dotnet build -f ${{ matrix.tfm }} --no-restore
run: dotnet build --no-restore

- name: Test
run: dotnet test -f ${{ matrix.tfm }} --no-build --no-restore

0 comments on commit 81638d4

Please sign in to comment.