Skip to content
Merged
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
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ jobs:
exit 1;
fi

conformance:
name: Conformance Test
regression:
name: Regression Test
runs-on: ubuntu-latest
needs: build_programs
steps:
Expand All @@ -152,7 +152,7 @@ jobs:
- name: Setup Environment
uses: ./.github/actions/setup
with:
cargo-cache-key: cargo-program-conformance
cargo-cache-key: cargo-program-regression
cargo-cache-fallback-key: cargo-programs
solana: true

Expand All @@ -168,9 +168,9 @@ jobs:
path: ./**/*.so
key: ${{ runner.os }}-builds-${{ github.sha }}

- name: Conformance Test
- name: Regression Test
shell: bash
run: pnpm zx ./scripts/ci/conformance.mjs
run: pnpm zx ./scripts/ci/regression.mjs

generate_idls:
name: Check IDL Generation
Expand Down
191 changes: 191 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ solana-system-interface = "1"
thiserror = "2.0.9"

[dev-dependencies]
mollusk-svm = { version = "0.4.0" }
mollusk-svm = { version = "0.4.0", features = ["fuzz"] }
mollusk-svm-bencher = "0.4.0"
solana-sdk = "2.0.1"

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading