Automate Compilation and Testing of Rust Code using GitHub Actions. (Part -2)
Reading Time: 2 minutes Hello everyone, in a previous blog we discussed Github Actions and designed a basic workflow to Build rust program on Github. Now in this blog, we are going to do little advanced stuff. But I highly recommend you to visit my previous blog before going through this. Okay, So the objective of this blog is that we are going to create a CRON Job which Continue Reading