Building and Testing C Projects with GitHub Actions
Demystifying CI/CD using GitHub Actions for automating your C project builds and tests
Aug 13, 20237 min read265

Search for a command to run...
Articles tagged with #github-actions-1
Demystifying CI/CD using GitHub Actions for automating your C project builds and tests

Testing and delivery is a common repetitive cycle in application development. This cycle consumes more time and resources as we fix or add more features to our application. Automating this repetitive process will reduce the time spent in application ...
