Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaschan authored Mar 23, 2024
1 parent 81d5df9 commit 75e5932
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ jobs:
- name: Install dependencies
run: sudo apt-get install -y libasound2-dev
- name: Build
run: cargo build --verbose
run: cargo build --release --verbose
- name: Test
run: cargo test --verbose

- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: insanity
path: target/release/insanity

0 comments on commit 75e5932

Please sign in to comment.