Skip to content

Commit

Permalink
Use trace mode in verify_cairo_listings.sh (#2717)
Browse files Browse the repository at this point in the history
<!-- Reference any GitHub issues resolved by this PR -->

Closes #

## Introduced changes

<!-- A brief description of the changes -->

Allow trace mode while checking packages in `verify_cairo_listings.sh`

## Checklist

<!-- Make sure all of these are complete -->

- [x] Linked relevant issue
- [x] Updated relevant documentation
- [x] Added relevant tests
- [x] Performed self-review of the code
- [x] Added changes to `CHANGELOG.md`
  • Loading branch information
franciszekjob authored Nov 26, 2024
1 parent d6976d4 commit 7c632c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/verify_cairo_listings.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -e
set -xe

for d in ./docs/listings/*; do (cd "$d" && scarb test); done

0 comments on commit 7c632c2

Please sign in to comment.