Skip to content

Commit

Permalink
Alpine
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 66efbe0 commit c799d8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- uses: actions/checkout@v3
- run: apk add curl gcc musl-dev
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain ${{ matrix.version }} -y
- run: . "$HOME/.cargo/env"
- run: cargo xtask pre-build
- run: cd typed_floats && cargo test --no-default-features --features "${{ matrix.features }}"
- run: cd typed_floats && cargo test --release --no-default-features --features "${{ matrix.features }}"

0 comments on commit c799d8f

Please sign in to comment.