Skip to content

build and test in CI #1

build and test in CI

build and test in CI #1

Workflow file for this run

name: Build & test scoreman
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: cachix/[email protected]
- name: Build
run: nix build