mirror of
https://github.com/itchyny/mmv.git
synced 2025-12-27 06:34:57 +08:00
run CI on multiple OSs
This commit is contained in:
parent
4ca8bb541c
commit
c41de9a53d
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
|
|
@ -5,7 +5,10 @@ on: [push, pull_request]
|
|||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Setup Go
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue