mirror of https://github.com/zkat/cacache-rs.git
meta: add more stuff to ci matrix
This commit is contained in:
parent
4f34257f7a
commit
60508ab258
|
|
@ -5,7 +5,11 @@ on: [push]
|
|||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
rust: [stable, beta, nightly]
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
|
|||
Loading…
Reference in New Issue