Add retry logic to unknown_collection_id test #121
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
on: | |
pull_request: | |
push: | |
branches: | |
- nativex | |
name: Rustfmt | |
jobs: | |
cargo_fmt: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Setup Rust toolchain and cache | |
uses: actions-rust-lang/[email protected] | |
- uses: actions/checkout@v4 | |
- name: Run fmt | |
run: cargo fmt --check |