Skip to content

Commit

Permalink
Update list of test frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
Romfos committed Dec 16, 2023
1 parent baa34f6 commit 9508940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3

- name: Restore
run: dotnet restore ./src/NGherkin.sln

- name: Build
run: dotnet build --no-restore ./src/NGherkin.sln
run: dotnet build ./src/NGherkin.sln

- name: Test
run: dotnet test --no-build --no-restore ./src/NGherkin.sln
run: dotnet test --no-build --no-restore --framework ${{ matrix.framework }} ./src/NGherkin.sln
2 changes: 1 addition & 1 deletion src/NGherkin.Tests/NGherkin.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="../NGherkin.props" />

<PropertyGroup>
<TargetFrameworks>net6.0;net462</TargetFrameworks>
<TargetFrameworks>net8.0;net7.0;net6.0;net462</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit 9508940

Please sign in to comment.