Skip to content

Feat/fetcher retry and repo update #1

Feat/fetcher retry and repo update

Feat/fetcher retry and repo update #1

Workflow file for this run

name: Tests (verify-templates, Integration tests)
on:
pull_request:
jobs:
verify-templates:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Run verify-templates test
run: cargo test --test verify_templates
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Run tests
run: cargo test