Improve github action

This commit is contained in:
Dhruva Sagar
2023-10-24 12:36:10 +05:30
parent 0a132f8377
commit 7526011c93

View File

@@ -17,9 +17,7 @@ concurrency:
jobs:
tests:
name: Vim Table Mode Tests
continue-on-error: true
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}