fixup! Add CI
This commit is contained in:
parent
6729a0f3cc
commit
3554afb8eb
1 changed files with 3 additions and 7 deletions
|
|
@ -9,15 +9,11 @@ env:
|
|||
|
||||
jobs:
|
||||
build_and_test:
|
||||
name: hem - latest
|
||||
name: hem - Build & Test
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
toolchain:
|
||||
- stable
|
||||
- beta
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
|
||||
- name: Install Rust
|
||||
uses: dtolnay/toolchain@master
|
||||
- run: cargo build --verbose
|
||||
- run: cargo test --verbose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue