From 08f151c4ba9f827cd6aa4714a49dc20958fe520e Mon Sep 17 00:00:00 2001 From: Yuru Shao Date: Sun, 9 Jun 2024 23:32:05 -0700 Subject: [PATCH] Update Anchor.toml --- anchor/Anchor.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/anchor/Anchor.toml b/anchor/Anchor.toml index 1bf70fcf..879208bc 100644 --- a/anchor/Anchor.toml +++ b/anchor/Anchor.toml @@ -15,20 +15,20 @@ glam = "Gco1pcjxCMYjKJjSNJ7mKV7qezeUTE7arXJgy7PAPNRc" url = "https://api.apr.dev" [provider] -# cluster = "localnet" +cluster = "localnet" #cluster = "devnet" -cluster = "mainnet" +#cluster = "mainnet" wallet = "~/.config/solana/id.json" [scripts] -test = "../node_modules/.bin/nx run --skip-nx-cache anchor:jest --verbose --testPathPattern tests/ --testNamePattern glam_api_tx" #test = "../node_modules/.bin/nx run --skip-nx-cache anchor:jest --verbose --testPathPattern tests/ --testNamePattern glam_crud" -# test = "../node_modules/.bin/nx run --skip-nx-cache anchor:jest --verbose --testPathPattern tests/ --testNamePattern glam_investor" +test = "../node_modules/.bin/nx run --skip-nx-cache anchor:jest --verbose --testPathPattern tests/ --testNamePattern glam_investor" #test = "../node_modules/.bin/nx run --skip-nx-cache anchor:jest --verbose --testPathPattern tests/ --testNamePattern glam_drift" #test = "../node_modules/.bin/nx run --skip-nx-cache anchor:jest --verbose --testPathPattern tests/ --testNamePattern glam_staking" #test = "../node_modules/.bin/nx run --skip-nx-cache anchor:jest --verbose --testPathPattern tests/ --testNamePattern glam_jupiter" #test = "../node_modules/.bin/nx run --skip-nx-cache anchor:jest --verbose --testPathPattern tests/ --testNamePattern glam_openfunds" #test = "../node_modules/.bin/nx run --skip-nx-cache anchor:jest --verbose --testPathPattern tests/ --testNamePattern glam_wsol" +#test = "../node_modules/.bin/nx run --skip-nx-cache anchor:jest --verbose --testPathPattern tests/ --testNamePattern glam_api_tx" #test = "../node_modules/.bin/nx run --skip-nx-cache anchor:jest --verbose --testPathPattern tests/ --testNamePattern devnet" [test]