Skip to content

Commit

Permalink
Merge branch 'testnet3' into dependabot/cargo/openssl-0.10.55
Browse files Browse the repository at this point in the history
  • Loading branch information
iamalwaysuncomfortable committed Jun 22, 2023
2 parents 9933ec2 + 94de8b9 commit 3f533ab
Show file tree
Hide file tree
Showing 47 changed files with 917 additions and 749 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
./bin/aleo-develop start --server-address 0.0.0.0:5050 --peer http://localhost:3030 -d -k ciphertext1qvqgkey2cxklg4g5qjnkk4dy50zypte5ewp5kwdm9pt833eyext32pu07dgkxqzmn0wnpxx8kvh2phws6j5njsu6zrys20xpvqmqhw9gpngs50mpe9e0nkp6uyzctzdq3fs2n4p9d3kvaps6mg6xu0sef0xpzm028m7 1> /dev/null &
sleep 15
cd rust
cargo test test_transfer -- --ignored --nocapture --test-threads=1
cargo test test_transfer_roundtrip -- --ignored --nocapture --test-threads=1
cargo test test_deploy -- --ignored --nocapture --test-threads=1
cargo test test_execution -- --ignored --nocapture --test-threads=1
cd ../sdk && yarn install
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --all

- name: Print sccache stats
run: sccache --show-stats
Expand Down Expand Up @@ -150,7 +149,7 @@ jobs:
run: |
SDKROOT=$(xcrun -sdk macosx11.1 --show-sdk-path) \
MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.1 --show-sdk-platform-version) \
cargo test --all
cargo test
- name: Print sccache stats
run: sccache --show-stats
Expand All @@ -174,4 +173,4 @@ jobs:

- name: Test
run: |
cargo test --all
cargo test
Loading

0 comments on commit 3f533ab

Please sign in to comment.