Skip to content

Commit

Permalink
CI: get build and tests workflow working again
Browse files Browse the repository at this point in the history
The test name should be a constant, the matrix config is anyway added
by github itself.  This is a likely reason for tests not getting run
at all.

Signed-off-by: Yann Dirson <[email protected]>
  • Loading branch information
ydirson committed Feb 23, 2024
1 parent 6a43b42 commit 2c09fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:

# Tests.
test:
name: ${{ matrix.build }}
name: Build and test
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 2c09fa5

Please sign in to comment.