Skip to content

Commit

Permalink
Update to latest Rust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FloGa committed Apr 7, 2024
1 parent ef87f8c commit b3b89db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
test-args: -- --include-ignored

call-release-workflow:
uses: FloGa/rust-workflows/.github/workflows/release.yml@0.4.0
uses: FloGa/rust-workflows/.github/workflows/release.yml@0.5.0
with:
targets-config: ./.github/targets.json
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_existing_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ on:

jobs:
call-release-exisiting-workflow:
uses: FloGa/rust-workflows/.github/workflows/release_existing_tags.yml@0.2.0
uses: FloGa/rust-workflows/.github/workflows/release_existing_tags.yml@0.5.0
with:
targets-config: ./.github/targets.json
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ on:

jobs:
call-test-workflow:
uses: FloGa/rust-workflows/.github/workflows/test.yml@0.3.0
uses: FloGa/rust-workflows/.github/workflows/test.yml@0.5.0
with:
run-check: true
run-clippy: true
run-fmt: true
test-args: --workspace ${{ inputs.test-args }}
test-on-linux: true
test-on-macos: true
test-on-windows: true

0 comments on commit b3b89db

Please sign in to comment.