Rust CI #41
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |