Skip to content

om: Mention resetdb in readme #5

om: Mention resetdb in readme

om: Mention resetdb in readme #5

Workflow file for this run

name: "CI"
on:
# Run only when pushing to master branch, and making PRs
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ${{ matrix.system }}
strategy:
matrix:
system: [x86_64-linux, aarch64-darwin]
steps:
- uses: actions/checkout@v4
- name: Build all flake outputs
run: om ci run --systems "${{ matrix.system }}"
- name: Haskell Tests
run: nix --option system "${{ matrix.system }}" run .#vira-tests