summaryrefslogtreecommitdiff
path: root/.github/workflows/rust.yml
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-12-11 22:30:26 -0500
committerLibravatar Silas Bartha <[email protected]>2024-12-11 22:30:26 -0500
commit05935810d4fdef733caab590e5c75b351c1771e4 (patch)
tree1a474af697ee72ba824c0e530556d0804ece59d4 /.github/workflows/rust.yml
parent6c94102afc70ce28eee3d17aad997a056aaf9195 (diff)
Updated DependenciesHEADv0.3.1master
Diffstat (limited to '.github/workflows/rust.yml')
-rw-r--r--.github/workflows/rust.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
deleted file mode 100644
index 000bb2c..0000000
--- a/.github/workflows/rust.yml
+++ /dev/null
@@ -1,22 +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: Build
- run: cargo build --verbose
- - name: Run tests
- run: cargo test --verbose