Skip to content

Commit 47f5c35

Browse files
committed
test steel, suppress some token-2022 native
1 parent b57e3bc commit 47f5c35

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/.ghaignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ tokens/token-2022/metadata/anchor
3838

3939
# dependency issues
4040
tokens/token-2022/nft-meta-data-pointer/anchor-example/anchor
41+
42+
tokens/token-2022/mint-close-authority/native
43+
tokens/token-2022/transfer-fee/native
44+
tokens/token-2022/non-transferable/native

.github/workflows/steel.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -241,16 +241,12 @@ jobs:
241241
with:
242242
solana-cli-version: beta
243243
- name: Build and Test with Beta
244-
env:
245-
SCCACHE_GHA_ENABLED: "true"
246-
RUSTC_WRAPPER: "sccache"
247244
run: |
248245
source build_and_test.sh
249246
solana -V
250247
rustc -V
251-
solana-keygen new --no-bip39-passphrase
248+
solana-keygen new --no-bip39-passphrase --force
252249
process_projects "beta"
253-
sccache --show-stats
254250
- name: Setup Solana Stable
255251
uses: heyAyushh/setup-solana@v2
256252
with:

0 commit comments

Comments
 (0)