1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Run both commonmark tests

This commit is contained in:
Aidan Woods
2021-10-11 20:49:58 +01:00
parent 58bb815870
commit 9d5af12971

View File

@@ -89,8 +89,10 @@ jobs:
run: composer install --prefer-dist --no-interaction --no-progress
- name: CommonMark Strict
continue-on-error: true
run: composer test-commonmark
- name: CommonMark Weak
continue-on-error: true
run: composer test-commonmark-weak