File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -60,17 +60,18 @@ jobs:
60
60
# cargo check -p clarity --no-default-features
61
61
cargo check -p stacks-common --no-default-features
62
62
# # end cargo test
63
- - name : Build stacks-inspect
64
- id : build_stacks-inspect
65
- run : |
66
- cargo build --bin stacks-inspect
63
+ # - name: Build stacks-inspect
64
+ # id: build_stacks-inspect
65
+ # run: |
66
+ # cargo build --bin stacks-inspect
67
67
68
68
- name : Dump constants JSON
69
69
id : consts-dump
70
70
run : |
71
71
cargo run --bin stacks-inspect -- dump-consts | tee out.json
72
72
73
- - name : Set expected constants JSON
73
+ - name : Compare expected constants JSON
74
74
id : expects-json
75
75
run : |
76
- diff out.json ./sample/expected_consts.json
76
+ # if there is a diff, return will be non-zero
77
+ diff out.json ./sample/expected_consts.json >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments