Add CI/CD, README, and a case study for deep_research #9
1 changed files with 3 additions and 9 deletions
|
|
@ -6,15 +6,12 @@ on:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
container: rust:1-bookworm
|
||||
|
||||
runs-on: rust-ci
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Cache cargo registry and build artifacts
|
||||
uses: https://code.forgejo.org/actions/cache@v4
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry
|
||||
|
|
@ -24,9 +21,6 @@ jobs:
|
|||
restore-keys: |
|
||||
cargo-${{ runner.os }}-
|
||||
|
||||
- name: Install rustfmt and clippy
|
||||
run: rustup component add rustfmt clippy
|
||||
|
||||
- name: Check formatting
|
||||
run: cargo fmt -- --check
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue