mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
ci: test order
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
This commit is contained in:
parent
014b075456
commit
cfb2bc3b2a
12
.github/workflows/tests.yaml
vendored
12
.github/workflows/tests.yaml
vendored
|
|
@ -74,12 +74,6 @@ jobs:
|
|||
- name: "commands"
|
||||
run: zunit run tests/commands.zunit
|
||||
|
||||
- name: "plugins"
|
||||
run: zunit run tests/plugins.zunit
|
||||
|
||||
- name: "gh-r"
|
||||
run: zunit run tests/gh-r.zunit
|
||||
|
||||
- name: "annexes"
|
||||
run: zunit run tests/annexes.zunit
|
||||
|
||||
|
|
@ -88,3 +82,9 @@ jobs:
|
|||
|
||||
- name: "snippets"
|
||||
run: zunit run tests/snippets.zunit
|
||||
|
||||
- name: "plugins"
|
||||
run: zunit run tests/plugins.zunit
|
||||
|
||||
- name: "gh-r"
|
||||
run: zunit run tests/gh-r.zunit
|
||||
|
|
|
|||
Loading…
Reference in a new issue