Skip to content

Commit

Permalink
Check that cargo-update of new dependencies does not break (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog authored Mar 13, 2024
2 parents 590a921 + b4eee29 commit c3f516a
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 c3f516a

Please sign in to comment.