Skip to content

Commit

Permalink
build: add ci test and nono check
Browse files Browse the repository at this point in the history
  • Loading branch information
polazarus committed Aug 23, 2023
1 parent 1c72e27 commit e06bcae
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- macos-latest
features:
- ""
- "--no-default-features"
- "--all-features"

runs-on: ${{matrix.os}}
Expand Down Expand Up @@ -110,4 +111,20 @@ jobs:
- uses: taiki-e/install-action@cargo-minimal-versions

- name: Check with minimal versions
run: cargo minimal-versions check
run: cargo minimal-versions check

no_std:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@stable

- uses: taiki-e/install-action@cargo-binstall

- name: Install cargo-nono
run: cargo binstall -y cargo-nono

- name: Check no_std compatibility
run: cargo nono

0 comments on commit e06bcae

Please sign in to comment.