Skip to content

Update/remove warnings #17

Update/remove warnings

Update/remove warnings #17

Workflow file for this run

on:
push:
branches: [main]
pull_request:
types: [opened, repoened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Setup erlang
run: cd sequential/installing && nix develop
- name: Re-use nix flake to check erlang tests
run: cd sequential/installing && nix develop --command bash -c "cd ../../ && make test PROFILE=ci"