diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec952c33..e06b0c27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} - timeout-minutes: 30 + timeout-minutes: 60 steps: - uses: actions/checkout@v3 @@ -60,7 +60,7 @@ jobs: - name: Run api tests run: cargo test -p bootloader_api - name: Run integration tests - run: cargo test + run: cargo test -- --test-threads=1 fmt: name: Check Formatting