Skip to content

Commit

Permalink
[1] Fixing query
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndonbauto committed Jul 6, 2021
1 parent e4bd6a8 commit 680ecce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
cd build
cmake ../ -DCMAKE_BUILD_TYPE=Release
make -j 4
./ODBCcli "DSN=timestream-aws-profile" "* FROM ODBCTest.IoT LIMIT 1"
./ODBCcli "DSN=timestream-aws-profile" "SELECT * FROM ODBCTest.IoT LIMIT 1"
build-linux32:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 680ecce

Please sign in to comment.