chore(ci): fix ci.yml
This commit is contained in:
@@ -201,7 +201,9 @@ jobs:
|
|||||||
- name: Fail if fixtures are stale (rebuild + commit them)
|
- name: Fail if fixtures are stale (rebuild + commit them)
|
||||||
run: git diff --exit-code tests/fixtures/plugins/
|
run: git diff --exit-code tests/fixtures/plugins/
|
||||||
- name: Run plugin runtime tests
|
- name: Run plugin runtime tests
|
||||||
run: cargo test --features plugins plugins::
|
# Quote: the trailing `::` confuses GitHub's YAML parser (mapping
|
||||||
|
# values not allowed) and aborts the whole workflow at load time.
|
||||||
|
run: 'cargo test --features plugins plugins::'
|
||||||
|
|
||||||
rust-test:
|
rust-test:
|
||||||
name: Server Unit and Functionnal Tests
|
name: Server Unit and Functionnal Tests
|
||||||
|
|||||||
Reference in New Issue
Block a user