Merge pull request #498 from dpaulat/feature/ntp

Use NTP to synchronize current time
This commit is contained in:
Dan Paulat 2025-08-26 00:31:40 -05:00 committed by GitHub
commit 5b031b7095
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 918 additions and 61 deletions

View file

@ -393,7 +393,7 @@ jobs:
env:
MAPBOX_API_KEY: ${{ secrets.MAPBOX_API_KEY }}
MAPTILER_API_KEY: ${{ secrets.MAPTILER_API_KEY }}
run: ctest -C ${{ matrix.build_type }} --exclude-regex "test_mln.*|UpdateManager.*"
run: ctest -C ${{ matrix.build_type }} --exclude-regex "test_mln.*|NtpClient.*|UpdateManager.*"
- name: Upload Test Logs
if: ${{ !cancelled() }}