Test Linux in GitHub Actions too

This commit is contained in:
Benoit Daloze 2021-01-19 22:19:35 +01:00
parent 44729b287f
commit 25e52813b6

View file

@ -1,10 +1,14 @@
name: test with macos
name: Test
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- run: git clone --depth 1 https://github.com/sstephenson/bats.git