From c5c8571007460035f2ea9f6fd68ec2d40ece2b9f Mon Sep 17 00:00:00 2001 From: Bo Lopker Date: Fri, 21 Feb 2025 14:09:59 -0800 Subject: [PATCH] Run integration tests --- .github/workflows/ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ce676c..1f588ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,19 @@ jobs: run: cargo build - name: Run tests run: cargo test + + integration_test: + name: Integration Test + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: install Rust stable + uses: dtolnay/rust-toolchain@stable + - name: Setup Bun + uses: oven-sh/setup-bun@v1 + - name: Run integration tests + run: make integration_test + build: name: Build ${{ matrix.platform.project }} - ${{ matrix.platform.release_for }} if: github.event.pull_request.draft == false