Compare commits

...

4 Commits

2 changed files with 5 additions and 1 deletions

View File

@@ -18,11 +18,13 @@ jobs:
- windows-latest - windows-latest
toolchain: toolchain:
- stable - stable
- beta
- nightly - nightly
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@cargo-hack
- run: cargo hack check --feature-powerset --no-dev-deps
- run: cargo build --verbose - run: cargo build --verbose
- run: cargo test --verbose - run: cargo test --verbose

2
.gitignore vendored
View File

@@ -1 +1,3 @@
/target /target
.history/