Skip to content

test new workflow

test new workflow #154

Workflow file for this run

name: Test Builds Binaries
on:
pull_request:
push:
jobs:
build:
name: Test it builds binaries
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:

Check failure on line 13 in .github/workflows/test-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-release.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
toolchain: "1.83"
target: "x86_64-apple-darwin", "aarch64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-gnu"
- run: cargo build --release