Skip to content

Commit

Permalink
enable all tests (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-mo authored May 10, 2023
1 parent caf39d9 commit 95edde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
export LIBHDFS3_CONF=$(pwd)/.circleci/hdfs-client.xml
export HADOOP_HOME='/usr/local/hadoop-2.10.1'
export PATH=~/adapter-deps/install/bin:/usr/local/hadoop-2.10.1/bin:${PATH}
cd _build/debug && ctest -j16 -VV -E "(velox_dwrf_e2e_filter_test|velox_parquet_e2e_filter_test)" --output-on-failure
cd _build/debug && ctest -j16 -VV --output-on-failure
formatting-check:
name: Formatting Check
Expand Down

0 comments on commit 95edde0

Please sign in to comment.