Skip to content

Commit

Permalink
ci: Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetrigo committed Nov 9, 2021
1 parent 70d7995 commit 57350e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build with std
run: cargo build --all --no-default-features --features="std utils clap"
run: cargo build --all --no-default-features --features="std utils"
- name: Build with no_std
run: cargo build --all --no-default-features
- name: Run tests with std
Expand Down

0 comments on commit 57350e7

Please sign in to comment.