Selaa lähdekoodia

ci: Re-enable the `anchor init` test (#3310)

acheron 1 vuosi sitten
vanhempi
sitoutus
6e77838009
1 muutettua tiedostoa jossa 2 lisäystä ja 3 poistoa
  1. 2 3
      .github/workflows/reusable-tests.yaml

+ 2 - 3
.github/workflows/reusable-tests.yaml

@@ -358,9 +358,8 @@ jobs:
           path: ~/.cargo/bin/
       - run: chmod +x ~/.cargo/bin/anchor
 
-      # TODO: Re-enable once https://github.com/solana-labs/solana/issues/33504 is resolved
-      # - run: cd "$(mktemp -d)" && anchor init hello-anchor && cd hello-anchor && yarn link @coral-xyz/anchor && yarn && anchor test && yarn lint:fix
-      # - uses: ./.github/actions/git-diff/
+      - run: cd "$(mktemp -d)" && anchor init hello-anchor && cd hello-anchor && yarn link @coral-xyz/anchor && yarn && anchor test && yarn lint:fix
+      - uses: ./.github/actions/git-diff/
 
   test-programs:
     needs: setup-anchor-cli