Update License
Some checks failed
Cargo Check & Build / Rust project - latest (stable) (push) Has been cancelled
Some checks failed
Cargo Check & Build / Rust project - latest (stable) (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
name: Cargo Check & Build
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
jobs:
|
||||
build_and_test:
|
||||
name: Rust project - latest
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
toolchain:
|
||||
- stable
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
|
||||
- run: cargo check --verbose
|
||||
- run: cargo build --verbose
|
||||
Reference in New Issue
Block a user