From 86661f56f9533a3523bfacf2ac9c3226bd33e797 Mon Sep 17 00:00:00 2001 From: skudasov Date: Mon, 2 Sep 2024 20:26:33 +0200 Subject: [PATCH] move makefile back --- .github/workflows/test.yaml | 2 +- lib/Makefile => Makefile | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename lib/Makefile => Makefile (100%) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d8c51a607..26da1cf4b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: matrix: project: - name: root - path: ./ + path: ./lib/ - name: gotestloghelper path: ./tools/gotestloghelper/ - name: testlistgenerator diff --git a/lib/Makefile b/Makefile similarity index 100% rename from lib/Makefile rename to Makefile