Skip to content

Commit

Permalink
Check in lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
qnighy committed Sep 13, 2023
1 parent 6631449 commit d0bf76a
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
webp: 1.2.0
webp_from: bundled
common_features: ""
- rust: 1.34.0
- rust: 1.31.0
webp: 1.2.0
webp_from: build
common_features: ""
Expand Down Expand Up @@ -64,6 +64,9 @@ jobs:
- name: Set __LIBWEBP_SYS_FORBID_BUILD
run: echo __LIBWEBP_SYS_FORBID_BUILD=1 >> $GITHUB_ENV
if: ${{ matrix.webp_from != 'bundled' }}
- name: Set up lockfile
run: cp Cargo.lock.msrv Cargo.lock
if: matrix.rust == '1.31.0'
- name: Test 0.4
run: |
cargo test --all --features "${{ matrix.common_features }}"
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@

/target
**/*.rs.bk
Cargo.lock
44 changes: 44 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 42 additions & 0 deletions Cargo.lock.msrv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d0bf76a

Please sign in to comment.