Skip to content

Commit 85d1a85

Browse files
committed
ci: test targeting old glibc
1 parent 96bd2eb commit 85d1a85

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
RUSTFLAGS: '-D warnings --cfg tokio_unstable' # also update .cargo/config.toml
5858

5959
- run: cargo test
60+
if: ${{ matrix.os != 'ubuntu-latest' }}
61+
62+
- run: cargo-zigbuild test --target x86_64-unknown-linux-gnu.2.17
63+
if: ${{ matrix.os == 'ubuntu-latest' }}
6064

6165
lint:
6266
name: Lint

0 commit comments

Comments
 (0)