diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1beba9371b..c636da7b1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,26 +40,6 @@ jobs: - uses: Swatinem/rust-cache@v2 - run: cargo test --workspace ${{ matrix.flags }} - test-openvm: - name: test ${{ matrix.flags }} - runs-on: ubuntu-latest - timeout-minutes: 30 - strategy: - fail-fast: false - matrix: - flags: [ - "--features=\"openvm\"", - "--features=\"openvm, scroll\"", - "--features=\"all, openvm\"", - ] - steps: - - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@master - with: - toolchain: nightly - - uses: Swatinem/rust-cache@v2 - - run: cargo test --workspace ${{ matrix.flags }} - check-no-std: name: check no_std ${{ matrix.features }} runs-on: ubuntu-latest