Skip to content

Commit

Permalink
separate sqllogictest
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-keede committed Jan 25, 2025
1 parent edb12af commit df0d88f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sqllogic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

name: Rust
name: SQL Logic Test

concurrency:
group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
Expand All @@ -42,7 +42,7 @@ jobs:
# verify that the benchmark queries return the correct results
verify-benchmark-results:
name: verify benchmark results (amd64)
needs: linux-build-lib
# needs: linux-build-lib
runs-on: ubuntu-latest
container:
image: amd64/rust
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:

sqllogictest-postgres:
name: "Run sqllogictest with Postgres runner"
needs: linux-build-lib
# needs: linux-build-lib
runs-on: ubuntu-latest
container:
image: amd64/rust
Expand Down

0 comments on commit df0d88f

Please sign in to comment.