Skip to content

Commit 4d37f5a

Browse files
committed
fix(workflow): update test command in CI workflow
Change the test command from 'xmake run templates_test' to 'xmake run primitives_test' in the CI workflow configuration.
1 parent c0abbc2 commit 4d37f5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
xmake -y -vv -j$(nproc)
5151
5252
- name: Test
53-
run: xmake run templates_test
53+
run: xmake run primitives_test
5454

5555
- name: Run examples
5656
run: xmake run basic

0 commit comments

Comments
 (0)