Add testing of new roblox lib to CI

This commit is contained in:
Filip Tibell 2023-03-10 11:39:54 +01:00
parent 0cc5c0823e
commit a31553e130
No known key found for this signature in database

View file

@ -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