Skip to content

Commit 8673330

Browse files
add tail
1 parent 02e0d76 commit 8673330

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/starknet_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
run: |
5757
export PATH="$HOME/.config/.dojo/bin:$PATH"
5858
katana --dev --dev.no-fee
59-
sleep 15
60-
curl http://127.0.0.1:5050
59+
wait-on: http://127.0.0.1:5050
60+
tail: true
6161

6262
- name: Compile Starknet Contracts
6363
working-directory: chains/starknet/tests

chains/starknet/src/TrainERC20.cairo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// @@@ @@@ @@@ @@@ @@@ @@@ @@@
88
// @@@ @@@ @@@@ @@@@@ @@@ @@@ @@@
99
// @@@@@ @@@ @@@@@@@@@ @@@ @@@ @@@ @@@
10-
10+
//1
1111
use core::hash::{HashStateExTrait, HashStateTrait};
1212
use core::poseidon::PoseidonTrait;
1313
use openzeppelin::utils::snip12::{OffchainMessageHash, SNIP12Metadata, StructHash};

0 commit comments

Comments
 (0)