Skip to content

fix: possible EXC_GUARD crasher on macOS from close() #7

fix: possible EXC_GUARD crasher on macOS from close()

fix: possible EXC_GUARD crasher on macOS from close() #7

Workflow file for this run

name: Pull Requests
on:
pull_request:
branches: [ '**' ]
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
secrets: inherit
test:
name: Cargo Test
uses: ./.github/workflows/test.yml
secrets: inherit