Skip to content

Commit

Permalink
Update daily.yaml to remove OD robustness tests
Browse files Browse the repository at this point in the history
Trying to reduce the time needed to run this so I can stop having daily error emails
  • Loading branch information
ChristopherRabotin authored Sep 1, 2023
1 parent d3622fc commit 103feae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
RUSTFLAGS: "-Cinstrument-coverage"
LLVM_PROFILE_FILE: "target/coverage/nyx_space-%p-%m.profraw"
run: |
cargo test -- orbit_determination
cargo test -- orbit_determination::trackingarc orbit_determination::filtererrors orbit_determination::measurements orbit_determination::simulator orbit_determination::spacecraft
grcov . --binary-path ./target/debug/ -t lcov -s . --keep-only 'src/*' > lcov-od.txt
- name: Generate coverage report for propulsion integr. tests
Expand Down

0 comments on commit 103feae

Please sign in to comment.