Skip to content

Commit

Permalink
Test runner action
Browse files Browse the repository at this point in the history
  • Loading branch information
skeet70 committed Aug 5, 2024
1 parent f084586 commit c7104a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ name: Rust CI
- cron: 0 14 * * 1
jobs:
rust-ci:
uses: IronCoreLabs/workflows/.github/workflows/rust-ci.yaml@rust-ci-v2
# uses: IronCoreLabs/workflows/.github/workflows/rust-ci.yaml@rust-ci-v2
uses: ./../../ironcore/workflows/.github/workflows/rust-ci.yaml
with:
# enable once initial implementation is done
run_clippy: false
Expand Down

0 comments on commit c7104a3

Please sign in to comment.