From 55d64e73a595e6bd3bf49f51108d2847de4c8ab3 Mon Sep 17 00:00:00 2001 From: Guille Date: Wed, 1 May 2024 14:05:40 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0711020..72c6389 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,8 +24,6 @@ jobs: run: cd integration-tests && cargo run --example integration-tests - name: Market tests run: cd market-contract && cargo test - - name: NFT tests - run: cd nft-contract && cargo test - name: Contract Basics tests run: cd nft-contract-basic && cargo test - name: Events tests