Skip to content

Commit 095f7ec

Browse files
committed
add 'regex' to features matrix
1 parent ae66dd4 commit 095f7ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
FEATURES: ['', 'from_str', 'std', 'serde']
17+
FEATURES: ['', 'from_str', 'std', 'serde', 'regex']
1818
TARGET: ['x86_64-unknown-linux-gnu']
1919

2020
include:
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
strategy:
7272
matrix:
73-
FEATURES: ['', 'from_str', 'std', 'serde']
73+
FEATURES: ['', 'from_str', 'std', 'serde', 'regex']
7474
steps:
7575
- uses: actions/checkout@v4
7676
- uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)