Skip to content

Commit e8414d6

Browse files
committed
sdf
1 parent aa887f2 commit e8414d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,12 @@ jobs:
108108
run: make python_install
109109
- uses: dtolnay/rust-toolchain@38b70195107dddab2c7bbd522bcf763bac00963b # ratchet:dtolnay/rust-toolchain@stable
110110
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # ratchet:Swatinem/rust-cache@v2
111-
- run: make rust_test
111+
- run: UPDATE_EXPECT=1 make rust_test
112112
- name: Check for diffs
113113
run: git diff --quiet || exit 1
114+
- uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # ratchet:stefanzweifel/git-auto-commit-action@v5
115+
with:
116+
push_options: "--force"
114117
lint:
115118
name: Lint
116119
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)