This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
16
unikernel/duniverse/ocaml-re/.github/workflows/nix.yml
vendored
Normal file
16
unikernel/duniverse/ocaml-re/.github/workflows/nix.yml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: Nix
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
submodules: true
|
||||
- uses: cachix/install-nix-action@v31
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- run: nix develop .#test -c dune runtest
|
||||
Loading…
Add table
Add a link
Reference in a new issue