This repository was archived by the owner on Sep 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1818 - name : Checkout repository
1919 uses : actions/checkout@v2
2020 # TODO Verify the crate version matches the tag
21+ - name : Test crate
22+ run : cargo test --all-features
23+ working-directory : ${{ env.CRATE_DIR }}
2124 - name : Verify publish crate
2225 run : cargo publish --dry-run
2326 working-directory : ${{ env.CRATE_DIR }}
Original file line number Diff line number Diff line change 1818 - name : Checkout repository
1919 uses : actions/checkout@v2
2020 # TODO Verify the crate version matches the tag
21+ - name : Test crate
22+ run : cargo test --all-features
23+ working-directory : ${{ env.CRATE_DIR }}
2124 - name : Verify publish crate
2225 run : cargo publish --dry-run
2326 working-directory : ${{ env.CRATE_DIR }}
Original file line number Diff line number Diff line change 1818 - name : Checkout repository
1919 uses : actions/checkout@v2
2020 # TODO Verify the crate version matches the tag
21+ - name : Test crate
22+ run : cargo test --all-features
23+ working-directory : ${{ env.CRATE_DIR }}
2124 - name : Verify publish crate
2225 run : cargo publish --dry-run
2326 working-directory : ${{ env.CRATE_DIR }}
You can’t perform that action at this time.
0 commit comments