Skip to content

Commit 1f2ae47

Browse files
committed
small change to induce a diff output in the result
1 parent 7c8cf66 commit 1f2ae47

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/core-build-tests.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,40 +32,23 @@ jobs:
3232
id: cargo_check
3333
run: |
3434
cargo check
35-
# cargo check --features monitoring_prom
36-
# cargo check -p clarity --no-default-features
37-
# cargo check -p stacks-common --no-default-features
3835
3936
- name: Cargo Check (monitoring_prom)
4037
id: cargo_check_prom
4138
run: |
42-
# cargo check
4339
cargo check --features monitoring_prom
44-
# cargo check -p clarity --no-default-features
45-
# cargo check -p stacks-common --no-default-features
4640
4741
## this step fails on the unused imports
4842
- name: Cargo Check (clarity)
4943
if: ${{ false }}
5044
id: cargo_check_clarity
5145
run: |
52-
# cargo check
53-
# cargo check --features monitoring_prom
5446
cargo check -p clarity --no-default-features
55-
# cargo check -p stacks-common --no-default-features
5647
5748
- name: Cargo Check (stacks-common)
5849
id: cargo_check_stacks-common
5950
run: |
60-
# cargo check
61-
# cargo check --features monitoring_prom
62-
# cargo check -p clarity --no-default-features
6351
cargo check -p stacks-common --no-default-features
64-
## end cargo test
65-
# - name: Build stacks-inspect
66-
# id: build_stacks-inspect
67-
# run: |
68-
# cargo build --bin stacks-inspect
6952
7053
- name: Dump constants JSON
7154
id: consts-dump
@@ -76,4 +59,5 @@ jobs:
7659
id: expects-json
7760
run: |
7861
# if there is a diff, return will be non-zero
62+
echo "asdf" >> out.json ## induce a diff
7963
diff out.json ./sample/expected_consts.json >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)