Skip to content

Commit

Permalink
Add faketime CI requirement for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kounelisagis committed Apr 16, 2024
1 parent 79f8cd9 commit 84b3d9c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 84b3d9c

Please sign in to comment.