diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3b6d3c..262d71e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,9 +62,9 @@ jobs: # Add library path for the cross-compiler's linker RUSTFLAGS: -L/usr/lib/aarch64-linux-gnu - name: Run tests on native platform - run: cargo test --release --bin ntp_timeturner + run: cargo test --release - name: Run PTP integration tests - run: cargo test ptp_integration_test --release --bin ntp_timeturner + run: cargo test ptp_integration_test --release - name: Upload artifact uses: actions/upload-artifact@v4