Skip to content

Commit

Permalink
Fix: Add Runtime Test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Jan 15, 2024
1 parent 4091c83 commit d76afe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Runtime Test
run: dotnet test ~/Tests/Reqnroll.RuntimeTests/Reqnroll.RuntimeTests.csproj --no-build --verbosity normal
run: dotnet test ./Tests/Reqnroll.RuntimeTests/Reqnroll.RuntimeTests.csproj --no-build --verbosity normal

0 comments on commit d76afe2

Please sign in to comment.