Skip to content

Commit 34ff896

Browse files
authored
ci: upgrade conformance to regression test (#31)
1 parent da55265 commit 34ff896

24 files changed

Lines changed: 99609 additions & 3204 deletions

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ jobs:
141141
exit 1;
142142
fi
143143
144-
conformance:
145-
name: Conformance Test
144+
regression:
145+
name: Regression Test
146146
runs-on: ubuntu-latest
147147
needs: build_programs
148148
steps:
@@ -152,7 +152,7 @@ jobs:
152152
- name: Setup Environment
153153
uses: ./.github/actions/setup
154154
with:
155-
cargo-cache-key: cargo-program-conformance
155+
cargo-cache-key: cargo-program-regression
156156
cargo-cache-fallback-key: cargo-programs
157157
solana: true
158158

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

171-
- name: Conformance Test
171+
- name: Regression Test
172172
shell: bash
173-
run: pnpm zx ./scripts/ci/conformance.mjs
173+
run: pnpm zx ./scripts/ci/regression.mjs
174174

175175
generate_idls:
176176
name: Check IDL Generation

Cargo.lock

Lines changed: 191 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ solana-system-interface = "1"
3333
thiserror = "2.0.9"
3434

3535
[dev-dependencies]
36-
mollusk-svm = { version = "0.4.0" }
36+
mollusk-svm = { version = "0.4.0", features = ["fuzz"] }
3737
mollusk-svm-bencher = "0.4.0"
3838
solana-sdk = "2.0.1"
3939

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.

0 commit comments

Comments
 (0)