Pull in upstream qoi submodule in CI

This commit is contained in:
Ivan Smirnov 2022-01-05 17:26:05 +03:00
parent c2d23f8dec
commit fcbec6cf76

View file

@ -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