We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230d4c3 commit 86c6b4fCopy full SHA for 86c6b4f
.github/workflows/test.yml
@@ -90,8 +90,10 @@ jobs:
90
- name: Test
91
run: make test-local
92
93
+ # Tests for downstream packages.
94
+
95
- name: Test poly-markdown
- working-directory: ../poly-markdown
96
+ working-directory: poly-markdown
97
run: |
98
eask link add polymode ../polymode
99
eask install-deps --dev
tests/poly-modes-tests.el
0 commit comments