-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
add github action #98
Conversation
You can see CI result at https://github.com/xflywind/NimYAML |
I am a bit confused. You are describing an issue but this PR does not fix that issue, instead it adds a GitHub action for… some reason? And that GitHub action does only run selected tests, not all of them… What is the goal with this? I first thought you want to reproduce the error, but in your fork the action seems to be successful. |
Yeah, this PR just added the GitHub action. The issues I mentioned are some regressions on Nim devel. After the issues are solved or workarounded, other tests can be enabled. |
Does this GitHub action help Nim development in some way? For NimYAML development it should certainly also execute |
I agree, let me test whether these tests work on stable branch. For parserTests on 1.4.8 branch
|
That looks like the GitHub action failed to fetch the with:
submodules: true |
So Windows has two issues:
And the third issue is that, despite those errors, the GitHub action succeeds. I would expect it to fail, not sure why it doesn't. |
devel bugs are already fixed. Feel free to close this PR. |
Yeah I kinda forgot about this PR, wanted to do some own exploration but didn't really find the time. Nonwithstanding the Windows weirdness, I'll merge this since it's nice to have a github action :). |
Hmm there's some choosenim weirdness on macos devel, going to assume that's a transient error in devel since it works with other builds. |
hello, @flyx
Some tests are broken on devel.
nim lexerTests
showsnim r test/tserialization
showsRef nim-lang/Nim#18543