mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
gitlab-ci: only run a single test
Unfortunately the full test suite seems to run out of memory on the GitLab CI runner.
This commit is contained in:
parent
73641e492c
commit
8830b8d082
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ stages:
|
|||
Run tests:
|
||||
stage: test
|
||||
script:
|
||||
- nix-shell tests -A run.all
|
||||
- nix-shell tests -A run.files-text
|
||||
only:
|
||||
- master
|
||||
|
||||
|
|
Loading…
Reference in a new issue