Skip to content

Commit

Permalink
override
Browse files Browse the repository at this point in the history
  • Loading branch information
avinassh committed Nov 22, 2023
1 parent eb6b4d5 commit 0fdbbd1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,8 @@ jobs:
name: Check features and unused dependencies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- uses: taiki-e/install-action@cargo-hack
- uses: taiki-e/install-action@cargo-udeps
- uses: Swatinem/rust-cache@v2
- run: cargo +nightly hack udeps -p libsql --each-feature
- run: |
echo "bye"
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0fdbbd1

Please sign in to comment.