ci: don't run tests in GitLab CI

It eats too many CI minutes.
This commit is contained in:
Robert Helgesson 2022-10-27 22:47:27 +02:00
parent f67649307d
commit 213a06295d
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
1 changed files with 0 additions and 9 deletions

View File

@ -4,17 +4,8 @@ variables:
NIX_PATH: "nixpkgs=channel:nixos-unstable"
stages:
- test
- deploy
Run tests:
stage: test
script:
- nix-shell --pure tests -A run.files-text
rules:
- if: $CI_COMMIT_BRANCH == "master"
when: always
pages:
stage: deploy
script: