diff options
| author | Valentin Popov <valentin@popov.link> | 2026-01-30 03:00:58 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-01-30 03:00:58 +0300 |
| commit | 27e9d2b39ce688a41212e7fb8523e9e792d33dc1 (patch) | |
| tree | 7a084a55667eb6c60b0a7d23b63661ac0fa4a688 /.github/workflows/test.yml | |
| parent | b283e2a8dfdc64836b19be7bead02ff6d7541204 (diff) | |
| download | fparkan-27e9d2b39ce688a41212e7fb8523e9e792d33dc1.tar.xz fparkan-27e9d2b39ce688a41212e7fb8523e9e792d33dc1.zip | |
Move CI to Gitea Actions
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 12 |
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 |
