name: Cargo Build & Test on: push: branches: - main jobs: can-publish: container: git.kjan.de/actions/rust-node@sha256:49fb2dad7814507334a38ea36ec2852a552cebc5b421ec22295d8a01421cd435 name: Test publish runs-on: ubuntu-latest steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: ⚡ Cache uses: https://git.kjan.de/actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 with: path: | ~/.cargo/registry ~/.cargo/git target/release/deps target/release/build target key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}-loadstar - run: cargo login ${{ secrets.CRATES_IO_TOKEN }} - run: cargo publish