aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-23 23:24:46 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-23 23:27:18 +0200
commita085479ad9bd2a513018264a93db7aa8a27b8e06 (patch)
tree41ab8839247b446002ac2c1a4eb991e594b2fd55 /.github
parent9a9a7ab097ad8b6f3a1ab634d43ec20b85c98698 (diff)
downloadqpdf-a085479ad9bd2a513018264a93db7aa8a27b8e06.tar.zst
Run tests in CI with char as unsigned char
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 2bc5d217..e85d9d98 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -130,3 +130,10 @@ jobs:
- uses: actions/checkout@v2
- name: 'Sanitizer Tests'
run: build-scripts/test-sanitizers
+ UnsignedChar:
+ runs-on: ubuntu-latest
+ needs: Prebuild
+ steps:
+ - uses: actions/checkout@v2
+ - name: 'Unsigned Char Tests'
+ run: build-scripts/test-unsigned-char