Skip to content

Bump tokio from 1.44.2 to 1.45.1 #375

Bump tokio from 1.44.2 to 1.45.1

Bump tokio from 1.44.2 to 1.45.1 #375

Workflow file for this run

name: Tests & Coverage
on:
push:
branches: [ "main" ]
pull_request:
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run tests
run: |
nix run .#ci --impure
- name: Upload coverage
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: .lcov
fail_ci_if_error: false