Skip to content

fix: clippy and asset location #4

fix: clippy and asset location

fix: clippy and asset location #4

Workflow file for this run

name: test
on:
push:
branches: [main, master]
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest]
toolchain: [nightly]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: brndnmtthws/rust-action@v1
with:
toolchain: ${{ matrix.toolchain }}
- name: Cargo test
run: cargo test --all