Resolve trait impl's in submodules and avoid Java keyword collisions #277
Workflow file for this run
This file contains hidden or 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: | |
| 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 |