mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-02 00:15:42 +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:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Go
|
||||
|
Loading…
x
Reference in New Issue
Block a user