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