flesh/.gitlab-ci.yml
Ava Hahn 3f75157fac
got all the load script stuff done.
added script args to main shell
also added userlib tests to ci
2023-03-20 19:00:30 -07:00

17 lines
241 B
YAML

default:
image: rust:latest
compile:
stage: build
script:
- cargo build
unit-tests:
stage: test
script:
- cargo test
userlib-tests:
stage: test
script:
- cargo run snippets/userlib.rls snippets/userlib-tests.rls