Skip to content

chore(ci): enable more build targets for cargo-dist #169

chore(ci): enable more build targets for cargo-dist

chore(ci): enable more build targets for cargo-dist #169

Workflow file for this run

name: test
on:
push:
branches:
- main
paths-ignore:
- '*.md'
pull_request:
branches:
- '*'
paths-ignore:
- '*.md'
defaults:
run:
shell: bash
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
with:
build: true
- name: cargo test
uses: actions-rs/cargo@v1
with:
command: test