Skip to content

feat: generic api integration module #50

feat: generic api integration module

feat: generic api integration module #50

Workflow file for this run

name: Tests
on:
push:
branches: ["main", "dev"]
pull_request:
branches: ["main", "dev"]
env:
RUSTFLAGS: "-Dwarnings"
CARGO_TERM_COLOR: "always"
jobs:
rust-cargo-test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Run tests
run: make test