aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
blob: 7feefc855887dee94c1e60f090dbb93a8e1aba6b (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@v8
    - run: nix-build release.nix --arg nix '{ outPath = ./.; revCount = 123; shortRev = "abcdefgh"; }' --arg systems '[ builtins.currentSystem ]' -A installerScript -A perlBindings