From a085479ad9bd2a513018264a93db7aa8a27b8e06 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 23 Sep 2022 17:24:46 -0400 Subject: Run tests in CI with char as unsigned char --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.github') 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 -- cgit v1.2.3-54-g00ecf