diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 315805a220..c4195cd60a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -113,6 +113,11 @@ jobs: # Build # + - name: Ensure that everything builds (DEBUG) + run: | + cargo build --all-targets --all-features + + - name: Ensure that everything builds uses: actions-rs/cargo@v1 with: