.github/workflows/test_on_macos.yml in duckdb-0.3.4.0 vs .github/workflows/test_on_macos.yml in duckdb-0.5.0

- old
+ new

@@ -9,16 +9,16 @@ - opened - synchronize - reopened jobs: - build: + test: runs-on: macos-latest strategy: matrix: - ruby: ['2.6.10', '2.7.6', '3.0.4', '3.1.2', 'head'] - duckdb: ['0.3.2', '0.3.4'] + ruby: ['2.6.10', '2.7.6', '3.0.4', '3.1.2', '3.2.0-preview2', 'head'] + duckdb: ['0.4.0', '0.5.0'] steps: - uses: actions/checkout@v2 - name: Set up Ruby @@ -55,5 +55,12 @@ - name: Build and test with Rake with Ruby ${{ matrix.ruby }} run: | ruby -v bundle install --jobs 4 --retry 3 bundle exec rake + + post-test: + name: All tests passed on macos + runs-on: macos-latest + needs: test + steps: + - run: echo ok