mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 12:23:32 -04:00
13 lines
257 B
YAML
13 lines
257 B
YAML
name: "Nix"
|
|
on:
|
|
pull_request:
|
|
push:
|
|
jobs:
|
|
tests:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout tree
|
|
uses: actions/checkout@v4
|
|
with:
|
|
submodules: true
|
|
- run: nix develop -L .# -c dune build @runtest @check
|