Skip to content

Commit 70aa8fc

Browse files
committed
ci: only test core library.
The frontend doesn't have any tests and depends on SDL3.
1 parent d0dbaf5 commit 70aa8fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
with:
3131
persist-credentials: false
3232
- run: cargo xtask fetch-tests
33-
- run: cargo test
33+
- run: cargo test --package glvs-core

0 commit comments

Comments
 (0)