Skip to content

Commit 529780e

Browse files
Update the CI workflow to build and test UTF32
1 parent 708effe commit 529780e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ jobs:
5050
with:
5151
toolchain: ${{ matrix.rust }}
5252
- name: Build
53-
run: cargo build --verbose --all
53+
run: cargo build --verbose --all --features utf32
5454
- name: Build docs
55-
run: cargo doc --verbose --all
55+
run: cargo doc --verbose --all --features utf32
5656
- name: Run tests
57-
run: cargo test --verbose --all
57+
run: cargo test --verbose --all --features utf32
5858
- name: Run tests with static build
5959
shell: bash
60-
run: PCRE2_SYS_STATIC=1 cargo test --verbose --all
60+
run: PCRE2_SYS_STATIC=1 cargo test --verbose --all --features utf32
6161

6262
rustfmt:
6363
name: rustfmt

0 commit comments

Comments
 (0)