Skip to content

Merge branch 'main' of https://github.com/avored/avored-rust-cms #94

Merge branch 'main' of https://github.com/avored/avored-rust-cms

Merge branch 'main' of https://github.com/avored/avored-rust-cms #94

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/[email protected]
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Run Tests
run: |
cp .env.example .env
cargo test