Skip to content

build(deps): bump clap from 4.5.17 to 4.5.19 #20

build(deps): bump clap from 4.5.17 to 4.5.19

build(deps): bump clap from 4.5.17 to 4.5.19 #20

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