Skip to content

Commit

Permalink
ci: add test
Browse files Browse the repository at this point in the history
  • Loading branch information
TilakMaddy committed Mar 10, 2025
1 parent 8910b4b commit 9f22386
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- sablier
- adhoc-sol-files-workflow
- nft-workflow
- nft-workflow-env
- ccip-functions-report
- hardhat-playground-report
- prb-math-report
Expand Down Expand Up @@ -92,6 +93,10 @@ jobs:
diff ./reports/adhoc-sol-files-report.md ./reports/adhoc-sol-files-report-workflow.md
;;
nft-workflow)
cargo run -- -o ./reports/nft-workflow-report-icm.md ./tests/foundry-nft-f23-icm --skip-update-check
diff ./reports/nft-report-icm.md /reports/nft-workflow-report-icm.md
;;
nft-workflow-env)
cargo run -- -o ./reports/nft-workflow-report.md --src src/ ./tests/foundry-nft-f23 --skip-update-check
diff ./reports/nft-report.md ./reports/nft-workflow-report.md
;;
Expand Down
2 changes: 2 additions & 0 deletions cli/reportgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ cargo run -- tests/2024-07-templegold/protocol -o reports/templegold-report.md -

cargo run -- tests/hardhat-js-playground -o reports/hardhat-playground-report.md --skip-update-check &

cargo run -- ./tests/foundry-nft-f23-icm -o ./reports/nft-report-icm.md --skip-update-check &

##### JSON REPORTS ########

# Basic report.json
Expand Down

0 comments on commit 9f22386

Please sign in to comment.