diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cdee75c..9ec3be2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,11 @@ jobs: uses: actions/checkout@v4 - name: Setup Rust - uses: dtolnay/rust-toolchain@stable + uses: actions-rs/toolchain@v1 + with: + toolchain: stable + profile: minimal + override: true - name: Install Solana run: | diff --git a/.gitignore b/.gitignore index 36316cc..5798292 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ test-ledger .yarn sh/test-ledger-b.sh app/front/src/idl/nft_ticketing.json +_OLD diff --git a/README.md b/README.md index c2ec507..2167b89 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ > NFT Marketplace Event Ticketing (**under development**) -![Build](https://github.com/s-damian/anchor-nft-ticketing/actions/workflows/tests.yml/badge.svg) ![License](https://img.shields.io/badge/License-MIT-blue)