Skip to content

Commit

Permalink
ci: test with rustc-dep-of-std
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Nov 28, 2024
1 parent 5747392 commit 310ff2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/verify-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ test_target() {
# Test again without default features, i.e. without "std"
$cmd --no-default-features
$cmd --no-default-features --features extra_traits
$cmd --no-default-features --features rustc-dep-of-std

# For tier 2 freebsd targets, check with the different versions we support
# if on nightly or stable
Expand Down

0 comments on commit 310ff2b

Please sign in to comment.