mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user