stumpwm.stumpwm/ci
Axel Svensson aa191d4b29 CI: Use same docker image for both tests and integration-tests
This also means tests now run under SBCL 2.2.7 rather than 2.0.1.
2022-11-15 02:09:47 +01:00

7 lines
169 B
Bash
Executable file

#!/usr/bin/env bash
set -e
pushd tests/integration-tests
./script ci
popd
docker run -u root -w /root/stumpwm "$(cat tests/integration-tests/test-runner.iid)" make test