diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 7c3d93de..dcd96ff8 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -34,10 +34,9 @@ jobs: run: make check - name: Check Build for Benchmarking - run: | + run: > if [ ! -d "node" ]; then mkdir node # Create the "node" directory fi - pushd node + pushd node && make check-benchmark - popd # Return to the previous directory \ No newline at end of file