Skip to content

Commit

Permalink
chore(ci): enable more crates in check_no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Aug 1, 2024
1 parent 41d5c07 commit 082fc5a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/assets/check_no_std.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ set -eo pipefail
# TODO
no_std_packages=(
# The following were confirmed not working in the past, but could be enabled if issues have been resolved
# reth-db
# reth-primitives
# reth-revm
# reth-evm
# reth-evm-ethereum
# reth-consensus
reth-db
reth-primitives
reth-revm
reth-evm
reth-evm-ethereum
reth-consensus
# the following are confirmed working
reth-errors
reth-ethereum-forks
Expand Down

0 comments on commit 082fc5a

Please sign in to comment.