mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-03 17:05:56 +02:00
Run tests on macos
This commit is contained in:
parent
c725327c24
commit
787ee8dfd9
5
.github/workflows/go-test.yml
vendored
5
.github/workflows/go-test.yml
vendored
@ -6,7 +6,10 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ${{ matrix.os }}
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os: [ubuntu-latest, macos-latest]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
|
Loading…
x
Reference in New Issue
Block a user