build(deps): update pem-rfc7468 requirement from 0.7.0 to 1.0.0 (#22) #68
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: Tests | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - name: test | |
| run: cargo test | |
| - name: test ctltool | |
| run: | | |
| curl http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/authrootstl.cab > authrootstl.cab | |
| cargo build | |
| ./target/debug/ctltool dump ./authrootstl.cab |