Skip to content

Commit

Permalink
TEST Disable build
Browse files Browse the repository at this point in the history
  • Loading branch information
jturcotte authored Oct 29, 2024
1 parent 892e924 commit 81f298f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install deps
run: sudo apt-get install -y libasound2-dev
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
# - name: Install deps
# run: sudo apt-get install -y libasound2-dev
# - name: Build
# run: cargo build --verbose
# - name: Run tests
# run: cargo test --verbose

0 comments on commit 81f298f

Please sign in to comment.