tshort / StaticCompiler.jl

Compiles Julia code to a standalone library (experimental)
Other
488 stars 31 forks source link

Re-add nightly tests and integration tests #117

Closed MasonProtter closed 1 year ago

MasonProtter commented 1 year ago

These were deleted in https://github.com/tshort/StaticCompiler.jl/pull/69 for some reason, I think it's good to test on nightly so we can at least be aware that breakage is coming. The integration tests are important because they're literally half the test suite.

I stumbled upon this because I ran the test suite on my local machine and found that the WASM tests were failing

brenhinkeller commented 1 year ago

Oh nice, good catch

MasonProtter commented 1 year ago

I'm going to merge this and then the actual fixes can go in a future PR

tshort commented 1 year ago

I'm sorry about goofing up tests. I was being dumb. I also tried to add 32-bit tests, but I don't think it's running any tests (here).

brenhinkeller commented 1 year ago

No worries! Ah, interesting -- I'm not sure why that's not running tests, but the include: option is new to me