File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@v4
2424
25+ - name : Cache test assets
26+ uses : actions/cache@v4
27+ with :
28+ path : build/teaklite2_tests_result.bin
29+ enableCrossOsArchive : true
30+ key : ' baffcd4f805a7480d969401792443a34aa39f813b4f0ae49c6365f1d1f3ce120'
31+
32+ - name : Download test assets
33+ run : |
34+ git lfs pull --exclude='' --include='*'
35+ mkdir -p build
36+ mv src/test_verifier/data/teaklite2_tests_result.bin build/teaklite2_tests_result.bin
37+
2538 - name : Configure
26- run : cmake -B build -DCMAKE_BUILD_TYPE=Debug
39+ run : cmake -B build -DCMAKE_BUILD_TYPE=Debug -DTEAKRA_RUN_TESTS=ON -DTEAKRA_TEST_ASSETS_DIR="$PWD/build"
2740
2841 - name : Build
2942 run : cmake --build build --config Debug --parallel
You can’t perform that action at this time.
0 commit comments