From 00c6eecf036dff63c50c71d840f652f56149638a Mon Sep 17 00:00:00 2001 From: Constantine Molchanov Date: Tue, 7 Jul 2026 11:52:46 +0400 Subject: [PATCH] CI: Remove redundant cmake invocations. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84c6df1..d235452 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,9 +25,6 @@ jobs: - name: Unit tests # same reason as integration tests: nimble exits with code 0 even on failure. run: | - cmake -B vendor/libplum/build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF vendor/libplum - cmake --build vendor/libplum/build - cp vendor/libplum/build/libplum.a vendor/libplum/libplum.a nim c -o:tests/test_plum tests/test_plum.nim ./tests/test_plum