Skip to content

Commit

Permalink
ci: Remove manual downgrade of index_list to make `solana-program-t…
Browse files Browse the repository at this point in the history
…est` compile (#2739)
  • Loading branch information
acheroncrypto authored Dec 19, 2023
1 parent 13fc0bb commit 51ae380
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/reusable-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 51ae380

@vercel
Copy link

@vercel vercel bot commented on 51ae380 Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

anchor-docs – ./

anchor-lang.com
www.anchor-lang.com
anchor-docs-200ms.vercel.app
anchor-docs-git-master-200ms.vercel.app

Please sign in to comment.