mirror of
https://github.com/logos-messaging/nim-ffi.git
synced 2026-08-09 00:13:24 +00:00
fix: failing windows ci
This commit is contained in:
parent
b0ed006d3c
commit
af47e4b924
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -133,7 +133,8 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: tests/e2e/cpp/build/_deps
|
||||
key: ${{ runner.os }}-cpp-e2e-deps-${{ hashFiles('tests/e2e/cpp/CMakeLists.txt') }}
|
||||
# ImageVersion busts the cache when the toolchain (e.g. MSVC) bumps.
|
||||
key: ${{ runner.os }}-cpp-e2e-deps-${{ env.ImageVersion }}-${{ hashFiles('tests/e2e/cpp/CMakeLists.txt') }}
|
||||
|
||||
- name: Run C++ e2e tests
|
||||
shell: bash
|
||||
|
||||
3
.github/workflows/tests-sanitized.yml
vendored
3
.github/workflows/tests-sanitized.yml
vendored
@ -83,7 +83,8 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: tests/e2e/cpp/build/_deps
|
||||
key: ${{ runner.os }}-${{ runner.arch }}-cpp-e2e-deps-${{ inputs.sanitizer }}-${{ hashFiles('tests/e2e/cpp/CMakeLists.txt') }}
|
||||
# ImageVersion busts the cache when the toolchain bumps.
|
||||
key: ${{ runner.os }}-${{ runner.arch }}-cpp-e2e-deps-${{ inputs.sanitizer }}-${{ env.ImageVersion }}-${{ hashFiles('tests/e2e/cpp/CMakeLists.txt') }}
|
||||
|
||||
- name: Run unit tests (${{ inputs.sanitizer }})
|
||||
run: nimble test_sanitized -y
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user