9 lines
115 B
YAML
9 lines
115 B
YAML
---
|
|
stages:
|
|
- test
|
|
|
|
run-tests:
|
|
stage: test
|
|
image: nixos/nix:latest
|
|
script:
|
|
- nix-shell --run make test
|