Skip to content

Rename the build action file. #2

Rename the build action file.

Rename the build action file. #2

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build-on-ubuntu-latest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install cargo-hack
uses: taiki-e/install-action@cargo-hack
- name: Cargo Hack Check
run: cargo hack check --each-feature --lib --tests
- name: Cargo Hack Test
run: cargo hack test --each-feature