From f35b3aa84df21a388de702701ffd5778b1d4d362 Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Wed, 18 May 2022 14:32:12 +0200 Subject: [PATCH 1/2] Update rust.yml --- .github/workflows/rust.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 51c3b7a5..988b53b0 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,11 +2,11 @@ name: rust on: [push, pull_request] jobs: build: -# strategy: -# matrix: -# os: [ubuntu-latest, macOS-latest, windows-latest] -# runs-on: ${{ matrix.os }} - runs-on: ubuntu-latest + strategy: + matrix: + os: [ubuntu-latest, macOS-latest, windows-latest] + runs-on: ${{ matrix.os }} +# runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - run: rustup update stable @@ -14,8 +14,8 @@ jobs: uses: actions/cache@v1 with: path: target -# key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} - key: ubuntu-latest-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} + key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} +# key: ubuntu-latest-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} - run: rustup component add rustfmt - run: rustup component add clippy - run: cargo build --all-features From 12c63a27ca765a4a264022b6b6d0463487e9b16c Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Sun, 22 May 2022 18:46:29 +0200 Subject: [PATCH 2/2] Update FUNDING.yml --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 80818715..af9b2902 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,3 +1,4 @@ # These are supported funding model platforms github: [jb-alvarado] +open_collective: jonbae