Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 0b35a7b

Browse files
authored
Merge pull request #329 from tgross35/ci-check-stable
Add a CI test that the crate builds on stable
2 parents e0122ee + 9dfe110 commit 0b35a7b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

libm/.github/workflows/main.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ jobs:
3535
- run: cargo generate-lockfile
3636
- run: ./ci/run-docker.sh ${{ matrix.target }}
3737

38+
stable:
39+
name: Build succeeds on stable
40+
runs-on: ubuntu-latest
41+
steps:
42+
- uses: actions/checkout@master
43+
- name: Install Rust
44+
run: rustup update stable && rustup default stable
45+
- run: cargo build -p libm
46+
47+
3848
rustfmt:
3949
name: Rustfmt
4050
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)