Skip to content

Merge branch 'main' of github.com:romnn/cargo-feature-combinations in… #51

Merge branch 'main' of github.com:romnn/cargo-feature-combinations in…

Merge branch 'main' of github.com:romnn/cargo-feature-combinations in… #51

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: build
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: Compile binaries
run: cargo build --all-targets