Skip to content

Commit

Permalink
Alpine tests
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
tdelmas authored Aug 26, 2024
1 parent 67b0da5 commit 390acf1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Tests
name: Alpine (musl libc) Tests

on:
workflow_dispatch:

jobs:
tests:
runs-on: alpine:3.20
runs-on: ubuntu-latest
container:
image: alpine:3.20
name: Tests on rust ${{ matrix.version }} features "${{ matrix.features }}"
strategy:
matrix:
Expand Down

0 comments on commit 390acf1

Please sign in to comment.