Skip to content

add a helper for links to inject into the head of a document #9

add a helper for links to inject into the head of a document

add a helper for links to inject into the head of a document #9

Workflow file for this run

name: macOS tests
on:
push:
branches:
- master
paths:
- common/src/**
- common/examples/**
- common/Cargo.toml
- macro/src/**
- macro/examples/**
- macro/Cargo.toml
- examples/**
- src/**
- .github/**
- Cargo.toml
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- master
paths:
- common/src/**
- common/examples/**
- common/Cargo.toml
- macro/src/**
- macro/examples/**
- macro/Cargo.toml
- examples/**
- src/**
- .github/**
- Cargo.toml
jobs:
test:
if: github.event.pull_request.draft == false
name: Test Suite
runs-on: macos-latest
steps:
- uses: ilammy/setup-nasm@v1
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- uses: actions/checkout@v3
- run: cargo test --all --tests