Skip to content

Commit d881f5c

Browse files
committed
chore: Add Redis tests to CI workflow
1 parent 8bbf3b2 commit d881f5c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ jobs:
1515
dotnet-version: 8.0.x
1616

1717
- name: Build
18-
run: dotnet build src
18+
run: dotnet build src
19+
20+
- name: Redis Tests
21+
run: dotnet test src --filter Name~Redis
22+

0 commit comments

Comments
 (0)