Skip to content

Commit

Permalink
Remove no longer needed build step
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed May 30, 2024
1 parent 6b30ea4 commit d244d7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
run: rustup override set "${{ needs.rust-version.outputs.rust-version }}"
- name: Build
run: cargo build --workspace
- name: 'Build with #![no_std]'
run: cargo build --workspace --no-default-features
test:
name: Test
runs-on: ubuntu-latest
Expand Down

0 comments on commit d244d7b

Please sign in to comment.