Skip to content

Refactor to start extracting things out to insanity-core #83

Refactor to start extracting things out to insanity-core

Refactor to start extracting things out to insanity-core #83

Workflow file for this run

name: Linux GNU
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install -y libasound2-dev
- name: Build
run: cargo build --release --verbose
- name: Test
run: cargo test --verbose
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: insanity-gnu
path: target/release/insanity