Commit c92d556 1 parent f759e08 commit c92d556 Copy full SHA for c92d556
File tree 3 files changed +9
-38
lines changed
protocol-units/settlement/mcr/contracts/.github/workflows
3 files changed +9
-38
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,14 @@ jobs:
24
24
- name : Install Nix
25
25
uses : DeterminateSystems/nix-installer-action@main
26
26
27
- - name : Run test in nix environment
27
+ - name : Run Cargo Check in nix environment
28
28
run : nix develop --command bash -c "cargo check"
29
29
30
- - name : Run test in nix environment
30
+ - name : Run MCR tests in nix environment
31
+ run : nix develop --command bash -c "just mcr-contract-tests"
32
+
33
+ - name : Run M1 DA Light Node tests in nix environment
31
34
run : nix develop --command bash -c "just m1-da-light-node test.local -t=false"
32
35
33
- - name : Run test in nix environment
36
+ - name : Run monza tests in nix environment
34
37
run : nix develop --command bash -c "just monza-full-node test.local -t=false"
Original file line number Diff line number Diff line change @@ -2,4 +2,6 @@ m1-da-light-node FEATURES *ARGS:
2
2
cargo build -p m1-da-light-node
3
3
scripts/ movement/ run m1-da-light-node {{ FEATURES }} {{ ARGS }}
4
4
monza-full-node FEATURES * ARGS :
5
- scripts/ movement/ run monza-full-node {{ FEATURES }} {{ ARGS }}
5
+ scripts/ movement/ run monza-full-node {{ FEATURES }} {{ ARGS }}
6
+ mcr-contract-tests :
7
+ cd ./ protocol-units/ settlement/ mcr/ contracts && forge test
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments