Skip to content

Update Rust crate quote to 1.0.36 - autoclosed #54

Update Rust crate quote to 1.0.36 - autoclosed

Update Rust crate quote to 1.0.36 - autoclosed #54

Workflow file for this run

name: Tests
on:
pull_request:
# complemented with branch protection on main this will
# need to complete successfully before we auto deploy from main
branches: main
env:
CARGO_TERM_COLOR: always
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo2-${{ hashFiles('**/Cargo.lock') }}
- name: Test
run: cargo test -- --skip test_interval