Skip to content

Commit

Permalink
Add Generator and Plugin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Jan 15, 2024
1 parent a06fd95 commit 7c68c06
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Runtime Test
- name: Runtime Tests
run: dotnet test ./Tests/Reqnroll.RuntimeTests/Reqnroll.RuntimeTests.csproj --no-build --verbosity normal -f net6.0
- name: Plugin Tests
run: dotnet test ./Tests/Reqnroll.PluginTests/Reqnroll.PluginTests.csproj --no-build --verbosity normal -f net6.0
- name: Generator Tests
run: dotnet test ./Tests/Reqnroll.GeneratorTests/Reqnroll.GeneratorTests.csproj --no-build --verbosity normal -f net6.0

0 comments on commit 7c68c06

Please sign in to comment.