Skip to content

Commit 44a6d1f

Browse files
committed
Set FORCE_MONOTONIC_FIX for GitHub CI
1 parent 772d952 commit 44a6d1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/make-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ name: Run make test
22

33
on:
44
push:
5-
branches:
5+
branches:
66
- master
77
- develop
88
schedule:
99
- cron: '30 9 * * *'
10-
10+
1111
jobs:
1212
build:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, macOS-latest]
1616
runs-on: ${{ matrix.os }}
17-
17+
1818
steps:
1919
- uses: actions/checkout@v1
2020
- name: make
21-
run: make
21+
run: FAKETIME_COMPILE_CFLAGS="-DFORCE_MONOTONIC_FIX" make
2222
- name: make test
2323
run: make test

0 commit comments

Comments
 (0)