We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d0eca commit 67eb752Copy full SHA for 67eb752
.github/workflows/reusable-tests.yaml
@@ -403,7 +403,7 @@ jobs:
403
path: tests/declare-id
404
- cmd: cd tests/typescript && anchor test --skip-lint && npx tsc --noEmit
405
path: tests/typescript
406
- - cmd: cd tests/zero-copy && anchor test --skip-lint && cd programs/zero-copy && cargo test-bpf
+ - cmd: cd tests/zero-copy && rustup toolchain install 1.66.1-x86_64-unknown-linux-gnu && anchor test --skip-lint && cd programs/zero-copy && cargo test-bpf
407
path: tests/zero-copy
408
- cmd: cd tests/chat && anchor test --skip-lint
409
path: tests/chat
tests/zero-copy/rust-toolchain.toml
@@ -0,0 +1,3 @@
1
+# TODO: Remove when `cargo-test-sbf` works with stable Rust
2
+[toolchain]
3
+channel = "1.66.1-x86_64-unknown-linux-gnu"
0 commit comments