Skip to content

Commit

Permalink
ground control to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
iliana committed Nov 6, 2023
1 parent 5b50777 commit edf6bf6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,6 @@ jobs:
- name: Install Pre-Requisites
run: ./tools/install_builder_prerequisites.sh -y
- name: Test build documentation
run: RUSTDOCFLAGS="-Dwarnings" cargo doc
run: |
trap "df -h" EXIT
RUSTDOCFLAGS="-Dwarnings" cargo doc

0 comments on commit edf6bf6

Please sign in to comment.