Compare commits
No commits in common. "12679f36112357be17780a620fe859234db3c376" and "ecd460cdfbc320bb9a9194fc8334941d1ed4890b" have entirely different histories.
12679f3611
...
ecd460cdfb
1 changed files with 12 additions and 15 deletions
|
@ -12,30 +12,27 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
version: [stable, nightly]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Format ${{ matrix.version }}
|
- name: Format
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v1.81.0-1
|
uses: https://git.kemitix.net/kemitix/rust@v1.80.1-1
|
||||||
with:
|
with:
|
||||||
args: cargo +${{ matrix.version }} fmt --all -- --check
|
args: cargo fmt --all -- --check
|
||||||
|
|
||||||
- name: Clippy ${{ matrix.version }}
|
- name: Clippy
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v1.81.0-1
|
uses: https://git.kemitix.net/kemitix/rust@v1.80.1-1
|
||||||
with:
|
with:
|
||||||
args: cargo +${{ matrix.version }} hack --feature-powerset clippy
|
args: cargo hack --feature-powerset clippy
|
||||||
|
|
||||||
- name: Build ${{ matrix.version }}
|
- name: Build
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v1.81.0-1
|
uses: https://git.kemitix.net/kemitix/rust@v1.80.1-1
|
||||||
with:
|
with:
|
||||||
args: cargo +${{ matrix.version }} hack --feature-powerset build
|
args: cargo hack --feature-powerset build
|
||||||
|
|
||||||
- name: Test ${{ matrix.version }}
|
- name: Test
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v1.81.0-1
|
uses: https://git.kemitix.net/kemitix/rust@v1.80.1-1
|
||||||
with:
|
with:
|
||||||
args: cargo +${{ matrix.version }} hack --feature-powerset test
|
args: cargo hack --feature-powerset test
|
||||||
|
|
Loading…
Reference in a new issue