File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 pull_request :
66 schedule :
7- - cron : " 9 3 * * *"
7+ - cron : " 23 1 * * *"
88
99env :
1010 CARGO_TERM_COLOR : always
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
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ compatible Garmin watches and bicycle computers, showing the distance
99remaining (and on some devices, estimated time) to reach them.
1010
1111This 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
You can’t perform that action at this time.
0 commit comments