Skip to content

Github Actions now working with CUnit, Valgrind and Norminette

Compare
Choose a tag to compare
@biralavor biralavor released this 22 May 17:08
· 313 commits to main since this release
3f230e0

Using CUnit

Now, I'm using the CUnit framework for building tests to my program: push_swap.
Screenshot from 2024-05-22 13-56-35

Using Valgrind with GitHub Actions

This is so awesome! The GitHub is checking memory leaks with Valgrind automatically.
TODO >> However, I fell that I will need to update this code to make return an error, if Valgrind found a memory leak. << TODO
Screenshot from 2024-05-22 14-03-06

Using Norminette with GitHub Actions

It is an amazing feeling after pushing new commits into the repo and having a norminette verification!
Screenshot from 2024-05-22 14-03-56