Skip to content

fix: Resolve deadlock in listObjectsSlurp directory sealing #189

fix: Resolve deadlock in listObjectsSlurp directory sealing

fix: Resolve deadlock in listObjectsSlurp directory sealing #189

Workflow file for this run

name: XFS Tests
on:
workflow_call:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build linux amd64
run: env CGO_ENABLED=0 go build -o tigrisfs-linux-amd64 -v && ln -s tigrisfs-linux-amd64 tigrisfs
- name: Run xfstests
run: make run-xfstests
timeout-minutes: 10