ci: Remove manual downgrade of `index_list` to make `solana-program-test` compile (#2739)

This commit is contained in:
acheron 2023-12-19 23:59:58 +01:00 committed by GitHub
parent 13fc0bb915
commit 51ae380574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -413,9 +413,7 @@ jobs:
path: tests/declare-id
- cmd: cd tests/typescript && anchor test --skip-lint && npx tsc --noEmit
path: tests/typescript
# `solana-program-test` crate doesn't compile because `index_list` crate had a breaking change with a patch release
# TODO: Remove the `cargo update` command after the issue is fixed
- cmd: cd tests/zero-copy && cargo update -p index_list --precise 0.2.7 && anchor test --skip-lint && cd programs/zero-copy && cargo test-sbf
- cmd: cd tests/zero-copy && anchor test --skip-lint && cd programs/zero-copy && cargo test-sbf
path: tests/zero-copy
- cmd: cd tests/chat && anchor test --skip-lint
path: tests/chat