Skip to content

Commit 4413b2d

Browse files
committed
[workflow] Adjust cron
1 parent 674d597 commit 4413b2d

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
pull_request:
66
schedule:
7-
- cron: "9 3 * * *"
7+
- cron: "23 1 * * *"
88

99
env:
1010
CARGO_TERM_COLOR: always
@@ -44,7 +44,7 @@ jobs:
4444
- run: uv run --package integration pytest
4545

4646
build_and_test_features:
47-
name: Build and test feature combinations
47+
name: Build and test non-default feature sets
4848
strategy:
4949
matrix:
5050
include:
@@ -54,11 +54,13 @@ jobs:
5454
- features: "floor"
5555
- features: "full-geolib,cli"
5656
- features: "full-geolib,floor"
57-
- features: "cli,floor"
5857
- features: "full-geolib,cli,floor"
5958

6059
runs-on: ubuntu-latest
6160

61+
# Integration tests need the `cli` feature and some of their test cases may
62+
# be painfully slow without the `floor` feature, so here we just make sure
63+
# it builds and the Rust tests work.
6264
steps:
6365
- uses: actions/checkout@v4
6466
- name: Setup rust

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ compatible Garmin watches and bicycle computers, showing the distance
99
remaining (and on some devices, estimated time) to reach them.
1010

1111
This provides a way to author courses in third-party applications that don't
12-
export to course points, while stil using Up Ahead functionality as though the
13-
course had been created in Garmin Connect.
12+
export to course points, while still using Up Ahead functionality as though
13+
the course had been created in Garmin Connect.
1414

1515
## Usage example
1616

0 commit comments

Comments
 (0)