mirror of
https://github.com/nix-community/home-manager
synced 2025-01-07 09:39:49 +01:00
gitlab-ci: only run a single test
Unfortunately the full test suite seems to run out of memory on the
GitLab CI runner.
(cherry picked from commit 8830b8d082
)
This commit is contained in:
parent
1d8b6e7d9e
commit
33c6230dac
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ stages:
|
||||||
Run tests:
|
Run tests:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- nix-shell tests -A run.all
|
- nix-shell tests -A run.files-text
|
||||||
only:
|
only:
|
||||||
- release-19.03
|
- release-19.03
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue