We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56601b commit f0e5adbCopy full SHA for f0e5adb
.github/workflows/ci.yml
@@ -50,14 +50,14 @@ jobs:
50
with:
51
toolchain: ${{ matrix.rust }}
52
- name: Build
53
- run: cargo build --verbose --all
+ run: cargo build --verbose --all --features utf32
54
- name: Build docs
55
- run: cargo doc --verbose --all
+ run: cargo doc --verbose --all --features utf32
56
- name: Run tests
57
- run: cargo test --verbose --all
+ run: cargo test --verbose --all --features utf32
58
- name: Run tests with static build
59
shell: bash
60
- run: PCRE2_SYS_STATIC=1 cargo test --verbose --all
+ run: PCRE2_SYS_STATIC=1 cargo test --verbose --all --features utf32
61
62
rustfmt:
63
name: rustfmt
0 commit comments