We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b79958 commit 4ec0d9eCopy full SHA for 4ec0d9e
.github/workflows/test.yml
@@ -302,15 +302,6 @@ jobs:
302
with:
303
version: stable
304
305
- # - name: Patch Foundry's config file to run only Foundry HTS examples
306
- # run: echo 'test="examples/foundry-hts"' >> foundry.toml
307
-
308
- # - name: Run Forge build with custom remappings
309
- # run: forge build --remappings hedera-forking=.
310
311
- # - name: Run Forge example tests using remote network with a pinned block number
312
- # run: forge test --remappings hedera-forking=. -vv --fork-url https://mainnet.hashio.io/api --fork-block-number 72433403
313
314
- name: Run Forge build on Foundry HTS example
315
run: forge build
316
working-directory: examples/foundry-hts
0 commit comments