Skip to content

Commit bdce755

Browse files
Test workflows: export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT
1 parent c220bb3 commit bdce755

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-make-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ on:
1717
jobs:
1818
test-rabbit:
1919
name: Test rabbit
20+
env:
21+
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: "1"
2022
strategy:
2123
fail-fast: false
2224
matrix:

0 commit comments

Comments
 (0)