mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
Kill Tim Cook
This commit is contained in:
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
@@ -6,7 +6,6 @@ jobs:
|
||||
test-units:
|
||||
strategy:
|
||||
matrix:
|
||||
#os: [ubuntu-latest, macos-latest]
|
||||
os: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
@@ -29,11 +28,6 @@ jobs:
|
||||
sh contrib/dependency_setup.sh
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
|
||||
- name: Install dependencies (macOS)
|
||||
run: |
|
||||
sh contrib/dependency_setup.sh
|
||||
if: matrix.os == 'macos-latest'
|
||||
|
||||
- name: Run test units
|
||||
run: |
|
||||
make test
|
||||
@@ -47,7 +41,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
os: [ubuntu-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@@ -68,11 +62,6 @@ jobs:
|
||||
sh contrib/dependency_setup.sh
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
|
||||
- name: Install dependencies (macOS)
|
||||
run: |
|
||||
sh contrib/dependency_setup.sh
|
||||
if: matrix.os == 'macos-latest'
|
||||
|
||||
- name: Run feature powerset builds
|
||||
run: |
|
||||
make check
|
||||
|
||||
Reference in New Issue
Block a user