课程: Google Cloud Professional Machine Learning Engineer Cert Prep

免费学习该课程!

今天就开通帐号,24,700 门业界名师课程任您挑!

Continuous integration using Rust with GitHub Actions

Continuous integration using Rust with GitHub Actions

- [Instructor] Here we have a new project template that I'm going to use to set up a continuous integration for GitHub Actions. GitHub Actions is a way of testing your code and even deploying your code automatically. So I'm going to go ahead and say Use this template to create a new repository. Let's go ahead and do this. And I can put it into a place here where I say github-actions-rust-example. And for the description, we'll just say Build and test a Rust Project. And the goal here with setting up a new project is that it allows us to, from the very beginning, set it up for continuous integration which is a DevOps best practice and really does help you build out microservices in a faster way because you have a quality control process that improves your code over time. So I'm going to go ahead and create a new codespace here. Let's go ahead and say New with options. Rust does benefit from powerful machines and I'm…

内容