diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fafcce2..471e4e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,5 +24,5 @@ jobs: - name: build tests run: cd src && touch .accepted && make test - name: build - run: make clean && make + run: pwd && make clean && make all \ No newline at end of file