From a7d0596753ec40c040adb103b72b9bfc725db24f Mon Sep 17 00:00:00 2001 From: Kornel Date: Sat, 14 Oct 2023 21:12:58 +0100 Subject: [PATCH] Test make clean --- .github/workflows/make.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index c522207b8..42b617742 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -22,3 +22,5 @@ jobs: run: make - name: make check run: make check + - name: make clean + run: make clean