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 c22ac88 commit d1f8fa6Copy full SHA for d1f8fa6
.github/workflows/ci.yml
@@ -86,7 +86,7 @@ jobs:
86
if-no-files-found: error
87
retention-days: 2
88
- name: Native integration tests
89
- if: runner.os != 'Windows' # || (github.event_name == 'push' && github.ref == 'refs/heads/master')
+ if: runner.os != 'Windows' || (github.event_name == 'push' && github.ref == 'refs/heads/master')
90
run: ./mill -i nativeIntegrationTests
91
92
native-mostly-static-tests:
0 commit comments