Browse Source

test steel, suppress some token-2022 native

Ayush 4 months ago
parent
commit
47f5c3518f
2 changed files with 5 additions and 5 deletions
  1. 4 0
      .github/.ghaignore
  2. 1 5
      .github/workflows/steel.yml

+ 4 - 0
.github/.ghaignore

@@ -38,3 +38,7 @@ tokens/token-2022/metadata/anchor
 
 
 # dependency issues
 # dependency issues
 tokens/token-2022/nft-meta-data-pointer/anchor-example/anchor
 tokens/token-2022/nft-meta-data-pointer/anchor-example/anchor
+
+tokens/token-2022/mint-close-authority/native
+tokens/token-2022/transfer-fee/native
+tokens/token-2022/non-transferable/native

+ 1 - 5
.github/workflows/steel.yml

@@ -241,16 +241,12 @@ jobs:
         with:
         with:
           solana-cli-version: beta
           solana-cli-version: beta
       - name: Build and Test with Beta
       - name: Build and Test with Beta
-        env:
-          SCCACHE_GHA_ENABLED: "true"
-          RUSTC_WRAPPER: "sccache"
         run: |
         run: |
           source build_and_test.sh
           source build_and_test.sh
           solana -V
           solana -V
           rustc -V
           rustc -V
-          solana-keygen new --no-bip39-passphrase
+          solana-keygen new --no-bip39-passphrase --force
           process_projects "beta"
           process_projects "beta"
-          sccache --show-stats
       - name: Setup Solana Stable
       - name: Setup Solana Stable
         uses: heyAyushh/setup-solana@v2
         uses: heyAyushh/setup-solana@v2
         with:
         with: