mirror of
https://github.com/chmln/sd
synced 2024-11-22 19:23:08 +00:00
Test - use target name
This commit is contained in:
parent
7a7924e0e5
commit
9ac9f281ae
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -4,7 +4,7 @@ on: [pull_request]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
name: Test for ${{ matrix.target }}
|
||||
name: ${{ matrix.target }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Reference in a new issue