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