Skip to content

Commit

Permalink
feat: don't fail on unresolvable columns or tables [WIP]
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Reichel <andreas@manticore-projects.com>
Signed-off-by: manticore-projects <andreas@manticore-projects.com>
  • Loading branch information
manticore-projects committed Sep 2, 2024
1 parent 518868f commit 3a9e8ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
build:
strategy:
matrix:
#os: [ windows-latest, macos-latest, ubuntu-latest ]
os: [ macos-latest ]
os: [ windows-latest, macos-latest, ubuntu-latest ]
max-parallel: 1
runs-on: ${{matrix.os}}
steps:
Expand Down

0 comments on commit 3a9e8ca

Please # to comment.