diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index b29d16f9..24e0da2a 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -47,9 +47,11 @@ jobs: submodules: recursive - name: Build FPP run: cargo build --manifest-path presence/fpp/fpp/Cargo.toml + - name: Build Bluetooth Module + run: cargo build --manifest-path fastpair/rust/bluetooth/Cargo.toml - name: Build Fast Pair - run: cargo build --manifest-path fastpair/rust/Cargo.toml - + run: cargo build --manifest-path fastpair/rust/demo/rust/Cargo.toml + build-rust-windows: name: Build Rust on Windows runs-on: windows-latest @@ -57,6 +59,8 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive + - name: Build Bluetooth Module + run: cargo build --manifest-path fastpair/rust/bluetooth/Cargo.toml - name: Build Fast Pair - run: cargo build --manifest-path fastpair/rust/Cargo.toml + run: cargo build --manifest-path fastpair/rust/demo/rust/Cargo.toml \ No newline at end of file