diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3b4c60e..4e0f08c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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