diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e9bfd0..abb7166 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,8 +36,8 @@ jobs: cpu: amd64 - os: macos cpu: amd64 - - os: windows - cpu: amd64 + # - os: windows + # cpu: amd64 branch: [version-1-6, version-2-0, devel] include: - target: @@ -121,10 +121,16 @@ jobs: nim --version nimble --version - nimble install -y - nimble test + # nimble install -y + # nimble test # static linking is not supported on windows if [[ "${{ matrix.target.os }}" != "windows" ]]; then nimble test_static fi + + echo "Building a second time to verify RocksDb build caching" + + if [[ "${{ matrix.target.os }}" != "windows" ]]; then + nimble test_static + fi