From a31553e1308e66db4015d003f868f6dbf5e9225d Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Fri, 10 Mar 2023 11:39:54 +0100 Subject: [PATCH] Add testing of new roblox lib to CI --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) 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