got all the load script stuff done.
added script args to main shell also added userlib tests to ci
This commit is contained in:
parent
381852b3bd
commit
3f75157fac
7 changed files with 122 additions and 49 deletions
|
|
@ -10,3 +10,8 @@ unit-tests:
|
|||
stage: test
|
||||
script:
|
||||
- cargo test
|
||||
|
||||
userlib-tests:
|
||||
stage: test
|
||||
script:
|
||||
- cargo run snippets/userlib.rls snippets/userlib-tests.rls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue