We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194ec51 commit c5d2131Copy full SHA for c5d2131
.github/workflows/build.yml
@@ -131,22 +131,6 @@ jobs:
131
name: lltd-coverage
132
path: coverage-artifacts
133
134
- build:
135
- name: ${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.build_type }}
136
- runs-on: ${{ matrix.os }}
137
- strategy:
138
- fail-fast: true
139
- matrix:
140
- os: [ubuntu-latest, macos-latest]
141
- steps:
142
- - name: Checkout
143
- uses: actions/checkout@v4
144
-
145
- - name: Run unit tests
146
- run: |
147
- set -euo pipefail
148
- make test
149
150
integration-tests:
151
name: integration-tests-linux
152
runs-on: ubuntu-latest
0 commit comments