Skip to content

Commit

Permalink
fix: Add back git diff check into CI (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinabell authored Aug 22, 2022
1 parent 48ed4b1 commit cb77463
Show file tree
Hide file tree
Showing 13 changed files with 325 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ else
# Only testing it for one configuration to avoid running the same tests twice
echo "Build wasm32 for all examples"

./examples/build_all_docker.sh
./examples/build_all_docker.sh --check
echo "Testing all examples"
./examples/test_all.sh
./examples/size_all.sh
Expand Down
30 changes: 30 additions & 0 deletions examples/abi/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions examples/callback-results/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions examples/cross-contract-calls/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions examples/factory-contract/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions examples/fungible-token/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions examples/lockable-fungible-token/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions examples/mission-control/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cb77463

Please sign in to comment.