diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25e3379..e84ccf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,5 +34,7 @@ jobs: submodules: recursive - name: Build push_swap run: make - - name: Test + - name: Unit test run: make test + - name: e2e test + run: rake test