Skip to content

Commit ec95c1e

Browse files
authored
Check diff for all targets (#2404)
1 parent 91e0a5c commit ec95c1e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/lib.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ jobs:
5050
name: libs
5151
path: crates/targets/*/lib/*
5252

53-
- name: Check baseline
53+
- name: Check diff
5454
shell: bash
5555
run: |
5656
git add -N .
57-
git diff --exit-code crates/targets/baseline || (echo '::error::Generated target libs are out-of-date.'; exit 1)
57+
git diff --exit-code crates/targets || (echo '::error::Generated target libs are out-of-date.'; exit 1)
5858
5959
- name: Check dumpbin
6060
shell: pwsh
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)