Skip to content

ci: 🐛 try to remove cache activation to fix crate import errors i… #5

ci: 🐛 try to remove cache activation to fix crate import errors i…

ci: 🐛 try to remove cache activation to fix crate import errors i… #5

Workflow file for this run

name: Cargo Build & Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose