Skip to content

Commit

Permalink
Fix nightly builds for examples (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko authored Sep 4, 2024
1 parent 96dde1e commit ce1620e
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 520 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
with:
toolchain: nightly
- uses: Swatinem/rust-cache@v2
- name: Wipe Cargo.lock
run: rm Cargo.lock
- name: Check
run: make check
- name: Test
Expand Down Expand Up @@ -158,4 +160,4 @@ jobs:
- name: Check
run: make check-cli
- name: Test
run: make test-cli
run: make test-cli
121 changes: 69 additions & 52 deletions Cargo.lock

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

Loading

0 comments on commit ce1620e

Please sign in to comment.