diff options
author | Silas Bartha <[email protected]> | 2024-12-11 18:40:02 -0500 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-12-11 18:40:02 -0500 |
commit | 87172fd904a9d461b10438be7dc55660e7ced680 (patch) | |
tree | 99ef375d9ab628a7d2e22983fb7175a4f66720fb /.github/workflows/rust.yml | |
parent | e1eb0d99f17e6604e79496db68b191202cb95d60 (diff) |
Diffstat (limited to '.github/workflows/rust.yml')
-rw-r--r-- | .github/workflows/rust.yml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml deleted file mode 100644 index e38739d..0000000 --- a/.github/workflows/rust.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Rust - -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 update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev - - name: Build - run: cargo build --verbose - - name: Run tests - run: cargo test --verbose |