Skip to content

Commit f7a5db7

Browse files
committed
Clarify usage for native tests
1 parent f3e8e8d commit f7a5db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This repo contains Solana onchain programs (referred to as 'Smart Contracts' in
1212
Each folder includes examples for one or more of the following:
1313

1414
- `anchor` - Written using [Anchor](https://www.anchor-lang.com/), the most popular framework for Solana Development, which uses Rust. Use `anchor build && anchor deploy` to build & deploy the program. Run `anchor run test` to test it.
15-
- `native` - Written using Solana's native Rust crates and vanilla Rust. Use `cicd.sh` to build & deploy the program. Run `yarn run test` to test it.
15+
- `native` - Written using Solana's native Rust crates and vanilla Rust. Use `cicd.sh` to build & deploy the program. Use `yarn run test` to run the TypeScript tests and use `cargo build-sbf && cargo test` to run the Rust tests.
1616

1717
**If a given example is missing, please send us a PR to add it!** Our aim is to have every example available in every option. We'd also love to see more programs involving staking, wrapped tokens, oracles, compression and VRF. Follow the [contributing guidelines](./CONTRIBUTING.md) to keep things consistent.
1818

0 commit comments

Comments
 (0)