post-archiver 0.5.8

A Unify Archive
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
on: push

name: Test

jobs:
  test:
    runs-on: ubuntu-latest
    timeout-minutes: 30
    steps:
      - uses: actions/checkout@v4

      - uses: Swatinem/rust-cache@v2

      - name: cargo test
        run: cargo test --all-features