Skip to content

chore(nvmet): Fix some doc comments. #9

chore(nvmet): Fix some doc comments.

chore(nvmet): Fix some doc comments. #9

Workflow file for this run

name: Nix
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
integration:
runs-on: ubuntu-latest
strategy:
matrix:
system: [x86_64-linux, i686-linux]
check: [loop, tcp]
name: ${{ matrix.check }} - ${{ matrix.system }}
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Setup Magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run Flake Check
run: nix build -L .#checks.${{ matrix.system }}.${{ matrix.check }}