We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23801d3 commit 943f598Copy full SHA for 943f598
.github/workflows/draft-new-release.yaml
@@ -51,9 +51,10 @@ jobs:
51
run: |
52
git config user.name "GitHub actions"
53
git config user.email [email protected]
54
- - name: Updating Changelog and Dockerfile
55
- run: .github/scripts/Bump.sh ${{ env.OLD }} ${{ env.NEW }}
56
- - run: cargo check
+ - name: Run cargo check
+ run: |
+ cargo check --manifest-path=./Cargo.toml
57
+ cargo check --manifest-path=./simd-json-derive-int/Cargo.toml
58
- name: Commit changelog and manifest files
59
id: make-commit
60
0 commit comments