Skip to content

Rust CI

Rust CI #124

Workflow file for this run

name: Rust CI
'on':
push:
branches:
- main
pull_request: null
workflow_dispatch: null
schedule:
- cron: 0 14 * * 1
jobs:
rust-ci:
uses: IronCoreLabs/workflows/.github/workflows/rust-ci.yaml@rust-ci-v2
with:
# enable once initial implementation is done
run_clippy: false
minimum_coverage: "0"
additional_system_deps: "libjna-java"
cargo_command_env_vars: "PATH=$JAVA_HOME_21_X64/bin:$PATH CLASSPATH=/usr/share/java/jna.jar"
secrets: inherit