1
0
Fork 0
mirror of synced 2025-09-23 20:28:36 +00:00
ZoKrates/integration_test.sh
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

5 lines
No EOL
134 B
Bash
Executable file

#!/bin/bash
# Exit if any subcommand fails
set -e
cargo test -j 4 --release --package zokrates_cli -- --ignored