try
All checks were successful
CI/CD Pipeline / test (push) Successful in 21m36s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
philipp 2024-01-17 19:52:54 +01:00
parent 5fec65e38f
commit d0adee74da

View File

@ -1,12 +1,6 @@
name: CI/CD Pipeline
on:
push:
inputs:
rust-version:
type: string
required: false
default: nightly
on: push
env:
CARGO_TARGET: x86_64-unknown-linux-musl
@ -22,9 +16,9 @@ jobs:
- uses: actions/checkout@v3
- name: Run Test DB Script
run: ./test_db.sh
- name: Set up cargo cache
uses: actions/cache@v3
continue-on-error: false
with:
path: |
~/.cargo/bin/
@ -33,7 +27,7 @@ jobs:
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- name: Build
run: |
cargo build