Compare commits
4 Commits
fc0329c7e3
...
6b57424422
Author | SHA1 | Date | |
---|---|---|---|
6b57424422 | |||
7851d00914 | |||
8742a2f651 | |||
f6b115fe82 |
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
@@ -18,11 +18,13 @@ jobs:
|
||||
- windows-latest
|
||||
toolchain:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- 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 test --verbose
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1 +1,3 @@
|
||||
/target
|
||||
|
||||
.history/
|
||||
|
Reference in New Issue
Block a user