λ Support functions! #5
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@@ -25,9 +25,9 @@ jobs:
|
|||||||
toolchain: ${{ matrix.rust }}
|
toolchain: ${{ matrix.rust }}
|
||||||
default: true
|
default: true
|
||||||
override: true
|
override: true
|
||||||
- name: Build
|
|
||||||
run: cargo build
|
|
||||||
- name: Format Check
|
- name: Format Check
|
||||||
run: cargo fmt --check
|
run: cargo fmt --check
|
||||||
|
- name: Build
|
||||||
|
run: cargo build
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test
|
run: cargo test
|
||||||
|
|||||||
Reference in New Issue
Block a user