Skip to content

Update README

Update README #59

Workflow file for this run

name: "CMocka-test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: workflow/nix-shell-action@v1
with:
packages: cmake,cmocka
script: |
nix-shell --command "bash test.sh"