Skip to content

Commit c0abbc2

Browse files
committed
fix(workflow): update test command in CI workflow
- Changed test command from 'xmake run templates_test' to 'xmake run primitives_test'
1 parent c748992 commit c0abbc2

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
@@ -90,7 +90,7 @@ jobs:
9090
xmake -y -vv -j$env:NUMBER_OF_PROCESSORS
9191
9292
- name: Test
93-
run: xmake run templates_test
93+
run: xmake run primitives_test
9494

9595
- name: Run examples
9696
run: xmake run basic

0 commit comments

Comments
 (0)