Skip to content

Bump version to 2.5.1 #96

Bump version to 2.5.1

Bump version to 2.5.1 #96

Workflow file for this run

name: Run Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run tests in Nix shell
run: nix-shell --run "bb test"