aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:20 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:20 +0100
commitd36efbb9d100894c8989111ae9b4700db2a8a32f (patch)
tree76da8ec2da44163bd9df54049ed20f44e62fe6db /.github
parentb479a65a5a8a9febd20d249889ff33c61fde9b6a (diff)
nah lol
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
deleted file mode 100644
index fec17ad..0000000
--- a/.github/workflows/rust.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-name: Rust
-
-on: [push]
-
-jobs:
- build:
-
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v1
- - name: Build
- run: cargo build --verbose
- - name: Run tests
- run: cargo test --verbose