This commit is contained in:
		| @@ -9,17 +9,17 @@ jobs: | |||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v3 |     - uses: actions/checkout@v3 | ||||||
|  |  | ||||||
|     - name: Set up cargo cache |       #    - name: Set up cargo cache | ||||||
|       uses: actions/cache@v3 |       #      uses: actions/cache@v3 | ||||||
|       with: |       #      with: | ||||||
|         path: | |       #        path: | | ||||||
|           ~/.cargo/bin/ |       #          ~/.cargo/bin/ | ||||||
|           ~/.cargo/registry/index/ |       #          ~/.cargo/registry/index/ | ||||||
|           ~/.cargo/registry/cache/ |       #          ~/.cargo/registry/cache/ | ||||||
|           ~/.cargo/git/db/ |       #          ~/.cargo/git/db/ | ||||||
|           target/ |       #          target/ | ||||||
|         key: ${{ runner.os }}-cargo-debug-${{ hashFiles('**/Cargo.lock') }} |       #        key: ${{ runner.os }}-cargo-debug-${{ hashFiles('**/Cargo.lock') }} | ||||||
|         restore-keys: ${{ runner.os }}-cargo-debug- |       #        restore-keys: ${{ runner.os }}-cargo-debug- | ||||||
|  |  | ||||||
|     - name: Tests |     - name: Tests | ||||||
|       run: cargo test --verbose |       run: cargo test --verbose | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user