Skip to content

fix the scan tool issue #334

fix the scan tool issue

fix the scan tool issue #334

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@v3
- 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