Skip to content

Commit

Permalink
Check it still builds after cargo-update
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog authored Mar 13, 2024
1 parent 590a921 commit b4eee29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ jobs:
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
version: [stable, nightly, "1.74"]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
Expand All @@ -68,6 +66,8 @@ jobs:
run: cargo build --all-targets
- name: Test
run: cargo test --workspace
- run: cargo update
- run: cargo build --all-targets

# Install from a checkout of the source, to find broken dependencies etc.
# We run this on various versions because some dependencies might have changed
Expand Down

0 comments on commit b4eee29

Please sign in to comment.