Skip to content

Commit

Permalink
[GitHub -> Actions] Update unit tests for .NET 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogFeelings authored Nov 14, 2023
1 parent 670c1aa commit 438ffbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .NET 7.0.x
name: Run Unit Tests

on:
push:
Expand All @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
configuration: [ Debug, Release ]
dotnet-version: [ '7.0.x' ]
dotnet-version: [ '8.0.x' ]

runs-on: ubuntu-latest

Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:
run: dotnet build --configuration ${{ matrix.configuration }} --no-restore

- name: Run Tests
run: dotnet test --no-restore --verbosity normal
run: dotnet test --no-restore --verbosity normal

0 comments on commit 438ffbe

Please sign in to comment.