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 399aaf7 commit afac4c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ 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: export PATH="$HOME/.cargo/bin:$PATH"
- run: ~/.cargo/bin/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 }}"
- run: cd typed_floats && ~/.cargo/bin/cargo test --no-default-features --features "${{ matrix.features }}"
- run: cd typed_floats && ~/.cargo/bin/cargo test --release --no-default-features --features "${{ matrix.features }}"

0 comments on commit afac4c6

Please sign in to comment.