Merge pull request #427 from tnir/tnir/test

Use 'test' as workflow name on Actions
This commit is contained in:
Hiroshi SHIBATA 2022-05-16 12:03:05 +09:00 committed by GitHub
commit fc1fdb6d0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
name: ubuntu
name: test
on: [push, pull_request]
jobs:
build:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix: