We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d37dfb commit 7be5607Copy full SHA for 7be5607
.github/workflows/main.yml
@@ -59,8 +59,7 @@ jobs:
59
matrix:
60
os: [ubuntu-latest, macos-latest, windows-latest]
61
# 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]
+ lang: [c, rust, csharp, cpp]
64
exclude:
65
# For now csharp doesn't work on macos, so exclude it from testing.
66
- os: macos-latest
0 commit comments