Skip to content

chore(deps): bump clap from 4.5.16 to 4.5.21 #66

chore(deps): bump clap from 4.5.16 to 4.5.21

chore(deps): bump clap from 4.5.16 to 4.5.21 #66

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build debug
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Build release
run: cargo build --release --verbose
- uses: actions/upload-artifact@v4
with:
name: linux-binary-debug
path: target/debug/tandoor_importer
- uses: actions/upload-artifact@v4
with:
name: linux-binary-release
path: target/release/tandoor_importer