From fcbec6cf76e54d6ea551487bcd72af3f9c936a50 Mon Sep 17 00:00:00 2001 From: Ivan Smirnov Date: Wed, 5 Jan 2022 17:26:05 +0300 Subject: [PATCH] Pull in upstream qoi submodule in CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 205a122..1839202 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: rust: [stable, beta, nightly, 1.51.0] # MSRV=1.51 steps: - uses: actions/checkout@v2 + with: {submodules: true} - uses: actions-rs/toolchain@v1 with: {profile: minimal, toolchain: '${{ matrix.rust }}', override: true} - run: cargo test @@ -23,6 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: {submodules: true} - uses: actions-rs/toolchain@v1 with: {profile: minimal, toolchain: stable, override: true} - run: cargo test --features=reference