Conversation
d8a1d52 to
04075fa
Compare
.github/workflows/test.yml
Outdated
| target: [forge, cast, chisel, anvil] | ||
| name: cargo install | ||
| runs-on: ubuntu-latest | ||
| needs: test |
There was a problem hiding this comment.
Don't want to run this unless the rest of the CI passes.
04075fa to
09f97bf
Compare
|
This job can be replaced by just See also |
293d0a9 to
aea9c78
Compare
aea9c78 to
bfc0308
Compare
| - name: forge fmt | ||
| run: cargo run --bin forge -- fmt --check testdata/ | ||
|
|
||
| feature-checks: |
There was a problem hiding this comment.
wonder how much time this will add to ci
There was a problem hiding this comment.
should complete before tests if it runs in parallel with them
Motivation
See #5788
Ensure that
cargo installworks for all binaries as some workspace dependencies hide features that need to be explicitly declared by crates.