Skip to content

Commit 1ab8a71

Browse files
authored
Enable CI tests for VB
1 parent 347882a commit 1ab8a71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
fail-fast: false
5454
matrix:
55-
configuration: [CSharp]
55+
configuration: [CSharp, VisualBasic]
5656

5757
env:
5858
CONFIGURATION: ${{ matrix.configuration }}
@@ -81,4 +81,4 @@ jobs:
8181
8282
- name: Test
8383
run: |
84-
dotnet test $env:PROJECT_DIR --configuration Release --no-build
84+
dotnet test $env:PROJECT_DIR --configuration Release --no-build

0 commit comments

Comments
 (0)