-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: test wasm on windows #1796
CI: test wasm on windows #1796
Conversation
@vouillon, I've shortened some names and tests now pass locally. |
The CI is now happy. |
Replaced by #1799 so we can avoid all renamings |
@@ -48,7 +53,7 @@ jobs: | |||
|
|||
steps: | |||
- name: Set git to use LF | |||
if: ${{ matrix.os == 'windows-latest' && matrix.ocaml-compiler < 5.2 }} | |||
if: ${{ matrix.os == 'windows-latest' }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to have the tests pass in presence of CRLF
- os: windows-latest | ||
ocaml-compiler: "5.2" | ||
separate_compilation: true | ||
jane_street_tests: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vouillon, jane_street_tests
currently doesn't change whether we perform more and less tests. Is that expected ?
fix #1797