mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 11:35:45 +00:00
Make sure key is generated correctly)
This commit is contained in:
parent
fd887d59c5
commit
5bba632331
5
.github/workflows/build-and-test.yml
vendored
5
.github/workflows/build-and-test.yml
vendored
@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- ciCaching # TODO: Remove before merging
|
||||||
tags:
|
tags:
|
||||||
- "[0-9]+.[0-9]+.[0-9]+"
|
- "[0-9]+.[0-9]+.[0-9]+"
|
||||||
pull_request:
|
pull_request:
|
||||||
@ -96,6 +97,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
rustup toolchain install stable nightly --profile minimal -t ${{ matrix.target }}
|
rustup toolchain install stable nightly --profile minimal -t ${{ matrix.target }}
|
||||||
|
|
||||||
|
- uses: Swatinem/rust-cache@v2
|
||||||
|
with:
|
||||||
|
key: "${{ matrix.target }}-${{ env.EXTRA_CARGO_FLAGS }}"
|
||||||
|
|
||||||
- name: Test on stable
|
- name: Test on stable
|
||||||
# there's no way to run tests for ARM64 Windows for now
|
# there's no way to run tests for ARM64 Windows for now
|
||||||
if: matrix.target != 'aarch64-pc-windows-msvc'
|
if: matrix.target != 'aarch64-pc-windows-msvc'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user