Skip to content

Change crate name to everything2 #12

Change crate name to everything2

Change crate name to everything2 #12

Workflow file for this run

name: Build and test
on:
workflow_dispatch:
push:
branches: [ "main" ]
paths:
- "src/*.rs"
- "Cargo.toml"
- ".github/workflows/build.yml"
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose --release
- uses: actions/upload-artifact@v3
name: Upload artifact
with:
name: everything-${{ matrix.os }}
path: target/release/everything