mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 04:50:36 +00:00
Add testing of new roblox lib to CI
This commit is contained in:
parent
0cc5c0823e
commit
a31553e130
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
@ -29,5 +29,8 @@ jobs:
|
|||
- name: Test - Lune
|
||||
run: cargo test --package lune
|
||||
|
||||
- name: Test - Lune Roblox
|
||||
run: cargo test --package lune-roblox
|
||||
|
||||
- name: Test - CLI
|
||||
run: cargo test --package lune-cli
|
||||
|
|
Loading…
Reference in a new issue