mirror of
https://github.com/nix-community/naersk
synced 2024-11-10 06:04:17 +00:00
Don't run heavy tests on Darwin
This commit is contained in:
parent
e6e19f4d20
commit
ae20f1f580
1 changed files with 1 additions and 4 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -6,10 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
install-nix:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-18.04, macos]
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: './.github/actions/nix'
|
||||
|
|
Loading…
Reference in a new issue