aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
blob: 7755466a0ad8b6b524288b4ba3d3b01ca28e97f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: "Test"
on:
  pull_request:
  push:
jobs:
  tests:
    strategy:
      matrix:
        os: [ubuntu-latest, macos-latest]
    runs-on: ${{ matrix.os }}
    steps:
    - uses: actions/checkout@v2
    - uses: cachix/install-nix-action@v10
    - run: nix-build release.nix --arg nix '{ outPath = ./.; revCount = 123; shortRev = "abcdefgh"; }' --arg systems '[ builtins.currentSystem ]' -A installerScript -A perlBindings