Skip to content

Commit

Permalink
Remove std feature from CI workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Tin Svagelj <tin.svagelj@live.com>
  • Loading branch information
Caellian committed Sep 15, 2023
1 parent fd4767d commit 9779819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Build no_std all features
run: cargo build --verbose --no-default-features --features no_std,debug,ptr_metadata,error_in_core
- name: Build all features
run: cargo build --verbose --no-default-features --features std,debug,ptr_metadata,error_in_core
run: cargo build --verbose --no-default-features --features debug,ptr_metadata,error_in_core
- name: Run tests
run: cargo test --verbose --features ptr_metadata

0 comments on commit 9779819

Please sign in to comment.