We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bbf3b2 commit d881f5cCopy full SHA for d881f5c
1 file changed
.github/workflows/ci.yaml
@@ -15,4 +15,8 @@ jobs:
15
dotnet-version: 8.0.x
16
17
- name: Build
18
- run: dotnet build src
+ run: dotnet build src
19
+
20
+ - name: Redis Tests
21
+ run: dotnet test src --filter Name~Redis
22
0 commit comments