Skip to content

Commit

Permalink
Remove derive_builder_no_std_tests
Browse files Browse the repository at this point in the history
This is causing a CI failure which blocks fixing no_std support
  • Loading branch information
TedDriggs committed Apr 21, 2021
1 parent 77d847e commit b018068
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 36 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Expand Up @@ -49,9 +49,3 @@ jobs:
cargo build ${{ matrix.features }} --verbose
cargo test --no-fail-fast ${{ matrix.features }} --verbose -- --nocapture
cargo doc
- name: no_std tests crate
run: |
cd derive_builder_no_std_tests
cargo build ${{ matrix.features }} --verbose
cargo test --no-fail-fast ${{ matrix.features }} --verbose -- --nocapture
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,2 +1,2 @@
[workspace]
members = ["derive_builder", "derive_builder_macro", "derive_builder_core", "derive_builder_no_std_tests"]
members = ["derive_builder", "derive_builder_macro", "derive_builder_core"]
11 changes: 0 additions & 11 deletions derive_builder_no_std_tests/Cargo.toml

This file was deleted.

18 changes: 0 additions & 18 deletions derive_builder_no_std_tests/src/main.rs

This file was deleted.

0 comments on commit b018068

Please sign in to comment.