Skip to content

Commit 80339b4

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

File tree

2 files changed

+5
-28
lines changed

2 files changed

+5
-28
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474

7575
- name: Pull polymode
7676
uses: actions/checkout@v4
77+
with:
78+
path: polymode
7779

7880
- name: Check Emacs version
7981
run: emacs --version
@@ -90,8 +92,10 @@ jobs:
9092
- name: Test
9193
run: make test-local
9294

95+
# Tests for downstream packages.
96+
9397
- name: Test poly-markdown
94-
working-directory: ../poly-markdown
98+
working-directory: poly-markdown
9599
run: |
96100
eask link add polymode ../polymode
97101
eask install-deps --dev

tests/poly-modes-tests.el

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

0 commit comments

Comments
 (0)