summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2021-09-07 17:01:15 +0200
committerGitHub <noreply@github.com>2021-09-07 17:01:15 +0200
commitd935ea1cda8a2f59b8f832ed197b3c10552a11bd (patch)
tree5d13c14d5eef4b6cb5227c3c4e0a68359ec4d51a /.github
parent960219591028984053a80fa6aeb3e506e9d791e7 (diff)
Add regression testing for the custom assets functionality (#1829)
The test is following the same steps regular users are instructed to follow: https://github.com/sharkdp/bat/blob/master/README.md#adding-new-syntaxes--language-definitions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/CICD.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml
index b3b14e1a..24eff6c2 100644
--- a/.github/workflows/CICD.yml
+++ b/.github/workflows/CICD.yml
@@ -86,6 +86,8 @@ jobs:
run: bat --list-languages
- name: List of themes
run: bat --list-themes
+ - name: Test custom assets
+ run: tests/syntax-tests/test_custom_assets.sh
documentation:
name: Documentation