Skip to content

Commit 7be5607

Browse files
authored
Revert "Disable C# in CI testing for now (#1362)" (#1380)
This reverts commit ecb620e.
1 parent 5d37dfb commit 7be5607

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ jobs:
5959
matrix:
6060
os: [ubuntu-latest, macos-latest, windows-latest]
6161
# moonbit removed from language matrix for now - causing CI failures
62-
# csharp removed from language matrix for now - causing CI failures
63-
lang: [c, rust, cpp]
62+
lang: [c, rust, csharp, cpp]
6463
exclude:
6564
# For now csharp doesn't work on macos, so exclude it from testing.
6665
- os: macos-latest

0 commit comments

Comments
 (0)