diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e5053f27f..e84b42ba4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,6 +124,14 @@ jobs: - name: "Check build directory" run: ls -Rl + - name: "Install libfaketime (linux and macOS)" + if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-12' + run: | + git clone https://github.com/wolfcw/libfaketime/ + cd libfaketime + make install + cd .. + - name: "Run tests" run: pytest -vv --showlocals