rust-serverless / lambda-rust

🐳 🦀 a dockerized lambda build env for rust applications
MIT License
34 stars 8 forks source link

Build docker image before tests #10

Closed micrictor closed 2 years ago

micrictor commented 2 years ago

By building the image before running tests, it'll use the build artifact rather than pulling down latest from Dockerhub

Closes #6

micrictor commented 2 years ago

I didn't realize that @jerusdp had already fixed this in the workflow definition itself.