rgain3
rgain3 copied to clipboard
workflows: Re-run tests in an unpacked sdist
This is analogous to Autotools make distcheck
or Meson ninja dist
. It verifies that the sdist works correctly, and contains everything necessary to build, test and install.
This includes #18, because the tests fail without the extra files added by #18 (I've confirmed that CI fails without that commit).
@smcv Could you rebase the branch so the already merged commit 863d212 (in PR #18 ) is removed? Then I am happy to merge it.
Rebased.