Skip to content

Commit d1f8fa6

Browse files
Revert "Temporarily disable native integration tests on Windows"
This reverts commit a833b77c305b7078ff0ba0635c0702f4a30b8b92.
1 parent c22ac88 commit d1f8fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if-no-files-found: error
8787
retention-days: 2
8888
- name: Native integration tests
89-
if: runner.os != 'Windows' # || (github.event_name == 'push' && github.ref == 'refs/heads/master')
89+
if: runner.os != 'Windows' || (github.event_name == 'push' && github.ref == 'refs/heads/master')
9090
run: ./mill -i nativeIntegrationTests
9191

9292
native-mostly-static-tests:

0 commit comments

Comments
 (0)