speed up CI build

This commit is contained in:
Damien Elmes 2019-12-22 20:02:22 +10:00
parent 1ecb6f4434
commit 079657893c

View file

@ -26,4 +26,4 @@ jobs:
python${{ matrix.python-version }} -m venv ~/pyenv
. ~/pyenv/bin/activate
pip install -r requirements.qt
make check
make check RUSTARGS=""