Skip to content

Nullness annotations (#62) #288

Nullness annotations (#62)

Nullness annotations (#62) #288

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:
run_clippy: true
minimum_coverage: "0"
cargo_command_env_vars: "PATH=$JAVA_HOME_25_X64/bin:$PATH JDK_JAVA_OPTIONS=--enable-native-access=ALL-UNNAMED"
secrets: inherit