Files
sword_rs/.gitlab-ci.yml
T
Greg Hellings a2fcfb1724 Fix CI
Hopefully fix the CI running pre-commit
Add a CI build step
Add a CI `cargo test` step
2025-02-25 00:15:04 -06:00

13 lines
183 B
YAML

stages:
- check
- build
check:
stage: check
tags:
- nix
script:
- nix develop --command pre-commit run -a
- nix build -L
- nix develop --command cargo test