Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsing committed Jan 20, 2025
1 parent 5311bb7 commit d57d2aa
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d57d2aa

Please sign in to comment.