Skip to content

Merge pull request #739 from nix-community/dependabot/cargo/cargo-d43… #1603

Merge pull request #739 from nix-community/dependabot/cargo/cargo-d43…

Merge pull request #739 from nix-community/dependabot/cargo/cargo-d43… #1603

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
e2e:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Install nix
uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Set up cachix
uses: cachix/cachix-action@v16
with:
name: nix-community
- name: Cargo test
run: nix develop -c cargo test e2e