aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-01-30 03:00:58 +0300
committerValentin Popov <valentin@popov.link>2026-01-30 03:00:58 +0300
commit27e9d2b39ce688a41212e7fb8523e9e792d33dc1 (patch)
tree7a084a55667eb6c60b0a7d23b63661ac0fa4a688 /.github/workflows/test.yml
parentb283e2a8dfdc64836b19be7bead02ff6d7541204 (diff)
downloadfparkan-27e9d2b39ce688a41212e7fb8523e9e792d33dc1.tar.xz
fparkan-27e9d2b39ce688a41212e7fb8523e9e792d33dc1.zip
Move CI to Gitea Actions
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
deleted file mode 100644
index 01581b8..0000000
--- a/.github/workflows/test.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-name: Test
-on: [push, pull_request]
-
-jobs:
- test:
- name: cargo test
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
- - uses: dtolnay/rust-toolchain@stable
- - run: cargo check --all
- - run: cargo test --all-features