1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
ZoKrates/changelogs
Thibaut Schaeffer 3e40945778
Use foundry for integration tests (#1266)
* remove zokrates_solidity_test, use foundry for integration tests

* fix foundry install

* fix foundry install

* use full path for forge

* wip

* wip

* wip

* test

* test

* test

* test

* test

* add message if foundry is missing, add changelog

* move install script to ci config

* Apply suggestions from code review

---------

Co-authored-by: Thibaut <thibaut@Thibauts-MacBook-Pro.local>
2023-01-30 17:50:20 +01:00
..
unreleased Use foundry for integration tests (#1266) 2023-01-30 17:50:20 +01:00
README.md Update README.md 2021-03-26 11:56:07 +01:00

Adding a changelog

Pull request authors are expected to include a changelog file explaining the changes introduced by the pull request. The changelog file should be a new file created in the changelogs/unreleased folder. The file should follow the naming convention of pr-username and the contents of the file should be your text for the changelog.

Example

changelogs/unreleased   # folder to place changelogs
    101-username        # your changelog file (pull request #101 by @username)

Any user-facing change must have a changelog entry. If a pull request does not warrant a changelog, the CI check for a changelog can be skipped by applying a changelog-not-required label.