summaryrefslogtreecommitdiff
path: root/.github/workflows/rust.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/rust.yml')
-rw-r--r--.github/workflows/rust.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
deleted file mode 100644
index 87e74dd..0000000
--- a/.github/workflows/rust.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-name: Rust-Ubuntu
-
-on:
- push:
- branches: [ "main" ]
- pull_request:
- branches: [ "main" ]
-
-env:
- CARGO_TERM_COLOR: always
-
-jobs:
- build:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
-
- - name: Setup environment
- run: sudo apt install -y libasound2-dev libx11-dev
-
- - name: Build
- run: cargo build --verbose --release
-
- - name: Test
- run: cargo test --verbose \ No newline at end of file