diff options
author | Silas Bartha <[email protected]> | 2024-12-11 02:09:58 -0500 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-12-11 02:09:58 -0500 |
commit | 8c65dc75b366b1a13b825ae96312777bd132c3ed (patch) | |
tree | aae56dfa5a6b6994f584697b2619c7364492a505 /.github/workflows/rust.yml | |
parent | 337b852d9fd1eaf49fc40087043c3d8ead7d374c (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 |