Skip to content

Commit

Permalink
Merge pull request #907 from epage/tame
Browse files Browse the repository at this point in the history
fix!: Use the sparse registry
  • Loading branch information
epage authored Sep 16, 2024
2 parents fde7b0d + b2bfa20 commit f64ccae
Show file tree
Hide file tree
Showing 270 changed files with 4,976 additions and 1,145 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
toolchain: [stable, beta, nightly]
toolchain: [stable]
steps:
- name: Install latest nightly
uses: actions-rs/toolchain@v1
Expand All @@ -24,9 +24,6 @@ jobs:
- name: Run tests
run: cargo test --verbose
continue-on-error: ${{ matrix.toolchain != 'stable' }}
- name: Run tests (vendored-openssl)
run: cargo test --features vendored-openssl --verbose
continue-on-error: ${{ matrix.toolchain != 'stable' }}

clippy:
name: clippy (ubuntu-latest, stable)
Expand Down
Loading

0 comments on commit f64ccae

Please sign in to comment.