Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added .cargo/config.toml
Empty file.
37 changes: 0 additions & 37 deletions .github/workflows/bench.yml

This file was deleted.

138 changes: 0 additions & 138 deletions .github/workflows/book.yml

This file was deleted.

36 changes: 36 additions & 0 deletions .github/workflows/openvm-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: OpenVM Tests

on:
push:
branches: ["v*-openvm"]
pull_request:
branches: ["**"]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true

env:
OPENVM_FAST_TEST: 1

jobs:
tests:
name: OpenVM Tests
runs-on:
- runs-on=${{ github.run_id }}
- runner=64cpu-linux-x64
- extras=s3-cache
steps:
- uses: runs-on/action@v1
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- uses: taiki-e/install-action@nextest
- name: Rust toolchain
run: rustup component add rust-src --toolchain nightly-2025-02-14

- name: Run tests
working-directory: tests/openvm
run: RUST_BACKTRACE=1 cargo nextest run
42 changes: 0 additions & 42 deletions .github/workflows/release-plz.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ rustc-ice-*

# Fixtures
/test-fixtures

**/Cargo.lock
Loading
Loading