Skip to content

Commit

Permalink
Staging v0.0.10 (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: Ana <113212503+AnaArsonist@users.noreply.github.com>
Co-authored-by: Tilak Madichetti <tilak.madichetti@gmail.com>
  • Loading branch information
3 people authored Dec 23, 2023
1 parent 875ca81 commit d1c9f55
Show file tree
Hide file tree
Showing 114 changed files with 21,872 additions and 51,308 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
args: -- -o report2.md ./tests/contract-playground/

- name: Check report.md vs report2.md
run: diff report.md report2.md
run: |
cat report2.md
diff report.md report2.md
- name: Generate report2.json
uses: actions-rs/cargo@v1
Expand All @@ -71,7 +73,9 @@ jobs:
args: -- -o report2.json ./tests/contract-playground/

- name: Check report.json vs report2.json
run: diff report.json report2.json
run: |
cat report2.json
diff report.json report2.json
lints:
name: Lints
Expand Down
Loading

0 comments on commit d1c9f55

Please sign in to comment.