Pull in upstream qoi submodule in CI
This commit is contained in:
parent
c2d23f8dec
commit
fcbec6cf76
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue