[FEATURE] Add pipelines #1

Merged
jank merged 8 commits from feature/pipelines into main 2024-08-20 10:18:08 +00:00
Showing only changes of commit f351ef4d46 - Show all commits

@ -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