scaffolding icon indicating copy to clipboard operation
scaffolding copied to clipboard

CI runtime improvements

Open steveej opened this issue 1 year ago • 0 comments

  • #93 proposes to use the nix built hc-scaffold for the integration tests.

  • #95 proposes running cargo test. instead of cargo test we could add a crane-based test derivation so the dependencies could be shared between the tests and the CLI. this assume we can agree on using a common cargo profile. any objections to using "release" for the test derivation?

  • the script run_tests.sh could be parallelized using a matrix on github actions.

steveej avatar May 11 '23 10:05 steveej