Skip to content

Commit e97a1ab

Browse files
committed
Print GPSFilter trajectory RMS as explicit CI step
1 parent 4007a05 commit e97a1ab

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/wmm-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
- name: Build
1515
run: cmake --build build
1616
- name: Test
17-
run: ctest --test-dir build --output-on-failure --verbose
17+
run: ctest --test-dir build --output-on-failure
18+
- name: Print GPSFilter trajectory RMS
19+
run: ./build/test_gps_filter_trajectory
1820

1921
arduino-wmm:
2022
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)