Add pipeline for tests
All checks were successful
Cargo Build & Test / Test publish (pull_request) Successful in 11s
Cargo Build & Test / check-cargo-version (pull_request) Successful in 5s

This commit is contained in:
Jan Gleytenhoover 2024-08-20 12:08:36 +02:00
parent c76cb8196b
commit f351ef4d46
Signed by: jank
GPG Key ID: B267751B8AE29EFE

@ -4,6 +4,24 @@ on:
pull_request:
jobs:
test:
container: git.kjan.de/actions/rust-node
name: Test publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ⚡ Cache
uses: https://git.kjan.de/actions/cache@v4
with:
path: |
~/.cargo/registry
~/.cargo/git
target/release/deps
target/release/build
target
key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}-loadstar
- run: cargo test
can-publish:
container: git.kjan.de/actions/rust-node
name: Test publish