Skip to content

Commit

Permalink
#9 remove spin/cortex-m features from .yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
HusseinAbdelhamid committed Apr 26, 2024
1 parent ecd635c commit 631a5f7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
- name: Build default features
run: cargo build --release --features strict

- name: Build spin mutex feature
run: cargo build --release --features spin,strict

no_std_atomics_builds:
name: Build no_std targets with atomics support
Expand All @@ -63,8 +61,6 @@ jobs:
- nightly
feature:
- default
- spin
- cortex-m
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -96,7 +92,6 @@ jobs:
- nightly
feature:
- default
- cortex-m
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 631a5f7

Please sign in to comment.