Add a unit test to src/tests/mod.rs that will test sending 3 requests… #50
Workflow file for this run
This file contains 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: manual-build-and-push | |
permissions: | |
contents: read | |
packages: write | |
security-events: write | |
env: | |
CARGO_TERM_COLOR: always | |
jobs: | |
build: | |
uses: aiblockofficial/workflows/.github/workflows/build.yml@main | |
with: | |
REGISTRY: ${{ vars.REGISTRY }} | |
REPOSITORY: ${{ vars.REPOSITORY }} |