From e5e36fab775b47a5a9f95b9ff857260d7f53d35c Mon Sep 17 00:00:00 2001 From: Sean Smith Date: Sun, 1 Oct 2023 12:38:29 -0500 Subject: [PATCH] chore: Add temp table slt to rpc tests (#1864) --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 390d751c5..08df8d0b3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -263,6 +263,7 @@ jobs: 'sqllogictests/select' \ 'sqllogictests/simple' \ 'sqllogictests/table' \ + 'sqllogictests/temp_table' \ 'sqllogictests/time' \ 'sqllogictests/tunnels' \ 'sqllogictests/update' \