Skip to content

Commit c5d2131

Browse files
committed
CI: fix duplicate job id in build workflow
1 parent 194ec51 commit c5d2131

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -131,22 +131,6 @@ jobs:
131131
name: lltd-coverage
132132
path: coverage-artifacts
133133

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-
150134
integration-tests:
151135
name: integration-tests-linux
152136
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)