Skip to content

Commit

Permalink
ci: update github action to dtolnay/rust-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
fMeow committed Mar 5, 2024
1 parent 5ecbd1a commit 24c4325
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,7 @@ jobs:
env:
RUST_LOG: arangors=trace
timeout-minutes: 40
with:
command: test
args: --all --no-fail-fast --no-default-features --features "mmfiles cluster enterprise reqwest_blocking"
run: cargo test --all --no-fail-fast --no-default-features --features "mmfiles cluster enterprise reqwest_blocking"

doc:
runs-on: ubuntu-latest
Expand All @@ -141,6 +139,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable

- name: login
env:
SUPER_SECRET: ${{ secrets.CARGO_TOKEN }}
Expand Down

0 comments on commit 24c4325

Please sign in to comment.