You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking forward to merging your PR 👍 ! Just one quick question:
Why move cargo build below cargo test? Tests require a successful build. If the project has not been built, cargo test will build it, so building after tests have run successfully is a bit redundant.
This is still unresolved, as we did not decide if we should move cargo test arround, or make the build a release build, becaus of maybe some different output in dependencies.
The text was updated successfully, but these errors were encountered:
Looking forward to merging your PR 👍 ! Just one quick question:
Why move
cargo build
belowcargo test
? Tests require a successful build. If the project has not been built,cargo test
will build it, so building after tests have run successfully is a bit redundant.Originally posted by @spenserblack in #110
This is still unresolved, as we did not decide if we should move
cargo test
arround, or make the build a release build, becaus of maybe some different output in dependencies.The text was updated successfully, but these errors were encountered: