Skip to content

build(deps): bump anyhow from 1.0.86 to 1.0.92 #30

build(deps): bump anyhow from 1.0.86 to 1.0.92

build(deps): bump anyhow from 1.0.86 to 1.0.92 #30

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Nix package manager
uses: DeterminateSystems/nix-installer-action@main
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run tests
run: nix develop --command cargo test --verbose