Skip to content

🚚 Rename crate pna-fs to pnafs #38

🚚 Rename crate pna-fs to pnafs

🚚 Rename crate pna-fs to pnafs #38

Workflow file for this run

name: test
on:
pull_request:
push:
jobs:
rust_doc_test:
strategy:
matrix:
os:
- ubuntu-latest
- freebsd-latest # self-hosted
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-rust
- name: Install dependencies
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt update
sudo apt install -y fuse3 libfuse3-dev
- name: Install dependencies
if: startsWith(matrix.os, 'freebsd')
run: |
sudo pkg install -y pkgconf fusefs-libs3
- name: Run test
run: cargo test --locked --release
env:
RUST_BACKTRACE: 1
- name: Install cli
run: |
cargo install -f portable-network-archive
cargo install --locked --path .
- name: Run test cli
shell: bash
run: |
chmod +x scripts/tests/run.sh
./scripts/tests/run.sh