File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 4848 fetch-depth : 0
4949 submodules : ' true'
5050
51+ - name : Setup Ccache
52+ uses : hendrikmuhs/ccache-action@main
53+ with :
54+ key : ${{ github.job }}
55+ save : ${{ github.ref == 'refs/heads/main' || github.repository != 'duckdb/duckdb' }}
56+
5157 - name : Checkout DuckDB to version
5258 if : ${{ matrix.duckdb_version != '<submodule_version>'}}
5359 run : |
7480
7581 - name : Build
7682 shell : bash
77- run : make reldebug
83+ run : make
7884
79- - name : Start test server & run tests
85+ - name : Start test server
8086 shell : bash
8187 run : |
8288 sudo ./scripts/install_s3_test_server.sh
8591 source ./scripts/set_s3_test_server_variables.sh
8692 sleep 60
8793
88- ./build/reldebug/test/unittest '*'
94+ - name : Run tests
95+ shell : bash
96+ run : |
97+ make test
You can’t perform that action at this time.
0 commit comments