Skip to content

Commit b74afcc

Browse files
committed
GH-2 - matrix.threaded
1 parent bb1bcd0 commit b74afcc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/rust.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@ jobs:
3131

3232
strategy:
3333
matrix:
34+
threaded:
35+
- ''
36+
- '-threaded'
3437
perl-version:
3538
- '5.30'
36-
- '5.30-threaded'
3739
- '5.32'
38-
- '5.32-threaded'
3940
- '5.34'
40-
- '5.34-threaded'
41-
- 'latest'
41+
- '5'
4242
rust-version:
4343
- 1.54.0 # MSRV
4444
- stable
4545
target:
4646
- { name: Linux, os: ubuntu-latest, triple: x86_64-unknown-linux-gnu }
4747

4848
container:
49-
image: perl:${{ matrix.perl-version }}
49+
image: perl:${{ matrix.perl-version }}${{ matrix.threaded }}
5050

5151

0 commit comments

Comments
 (0)