Skip to content

Commit 974a119

Browse files
Mention -f netcoreapp3.1 in RUNNING_TESTS.md
Kudos to @bording for the hint.
1 parent 999ee2c commit 974a119

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

RUNNING_TESTS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,11 @@ dotnet test projects/Unit --filter "Name~TestAmqpUriParseFail"
100100

101101
dotnet test projects/Unit --filter "FullyQualifiedName~RabbitMQ.Client.Unit.TestHeartbeats"
102102
```
103+
104+
## Running Tests for a Specific .NET Target
105+
106+
To only run tests on .NET Core:
107+
108+
``` shell
109+
dotnet test projects/Unit -f netcoreapp3.1 projects/Unit
110+
```

0 commit comments

Comments
 (0)