Skip to content

Update rust.yml

Update rust.yml #422

Workflow file for this run

name: AvoRedCMS
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: AvoredCMS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2.4.0
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Run Tests
run: |
cp .env.example .env
cargo test