Skip to content

Commit 86c6b4f

Browse files
committed
feat: avoid manually loading poly-xyz child tests
1 parent 230d4c3 commit 86c6b4f

File tree

2 files changed

+3
-28
lines changed

2 files changed

+3
-28
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,10 @@ jobs:
9090
- name: Test
9191
run: make test-local
9292

93+
# Tests for downstream packages.
94+
9395
- name: Test poly-markdown
94-
working-directory: ../poly-markdown
96+
working-directory: poly-markdown
9597
run: |
9698
eask link add polymode ../polymode
9799
eask install-deps --dev

tests/poly-modes-tests.el

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)