1919
2020 - name : Cache
2121 # Caches dependencies for rust (debug or test), does not cache increments
22- uses : andreievg/rust-cache-cloud@v1
22+ uses : andreievg/rust-cache-cloud@558f48ddf318e5b4cf3e577342c55a5a75f60aa0
2323
2424 # Build and relocate test binaries to binary_files folder
2525 - name : Build Tests on Window
@@ -41,26 +41,26 @@ jobs:
4141 with :
4242 name : ${{ env.TEST_BINARIES }}
4343 path : binary_files
44- check2 :
45- runs-on : ${{ inputs.os }}
46- needs : check
47- steps :
48- - name : Checkout
49- uses : actions/checkout@v3
44+ # check2:
45+ # runs-on: ${{ inputs.os }}
46+ # needs: check
47+ # steps:
48+ # - name: Checkout
49+ # uses: actions/checkout@v3
5050
51- - name : Download Test Binaries
52- uses : andreievg/rust-cache-cloud@v1
53- with :
54- name : ${{ env.TEST_BINARIES }}
55- path : binary_files
51+ # - name: Download Test Binaries
52+ # uses: andreievg/rust-cache-cloud@v1
53+ # with:
54+ # name: ${{ env.TEST_BINARIES }}
55+ # path: binary_files
5656
57- - name : Make Binaries Executable
58- # Permissions are lost during upload/download artifact
59- if : runner.os != 'Windows'
60- run : chmod +x binary_files/*
57+ # - name: Make Binaries Executable
58+ # # Permissions are lost during upload/download artifact
59+ # if: runner.os != 'Windows'
60+ # run: chmod +x binary_files/*
6161
62- # - name: Setup tmate session
63- # uses: mxschmitt/action-tmate@v3
62+ # # - name: Setup tmate session
63+ # # uses: mxschmitt/action-tmate@v3
6464
65- - name : Execute Test Binaries
66- run : node workflow_helpers/execute_all_in_folder binary_files
65+ # - name: Execute Test Binaries
66+ # run: node workflow_helpers/execute_all_in_folder binary_files
0 commit comments