Skip to content

Remove integration tests from CI.

Jacob Lorentzon requested to merge 4lDO2/syscall:fix_ci into master

This made sense when the syscall ABI was stable, but the syscall CI has been failing for years by now. It's better to have a minimal CI enforcing unit tests (todo) pass and all arches compile. All integration tests should instead be done in acid.

Merge request reports