Skip to content

refactor graph! and metric! macros #12

refactor graph! and metric! macros

refactor graph! and metric! macros #12

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: cargo test