We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4007a05 commit e97a1abCopy full SHA for e97a1ab
1 file changed
.github/workflows/wmm-ci.yml
@@ -14,7 +14,9 @@ jobs:
14
- name: Build
15
run: cmake --build build
16
- name: Test
17
- run: ctest --test-dir build --output-on-failure --verbose
+ run: ctest --test-dir build --output-on-failure
18
+ - name: Print GPSFilter trajectory RMS
19
+ run: ./build/test_gps_filter_trajectory
20
21
arduino-wmm:
22
runs-on: ubuntu-latest
0 commit comments