Skip to content

feat: Adds ConnectionInitializer to Rust bindings #5626

feat: Adds ConnectionInitializer to Rust bindings

feat: Adds ConnectionInitializer to Rust bindings #5626

Workflow file for this run

name: FreeBSD
on:
pull_request:
branches: [main]
merge_group:
types: [checks_requested]
branches: [main]
jobs:
testfreebsd:
runs-on: macos-12
name: CI FreeBSD
steps:
- uses: actions/checkout@v3
- name: Build and test in FreeBSD
id: test
uses: cross-platform-actions/[email protected]
timeout-minutes: 25
with:
operating_system: freebsd
version: '13.1'
run: |
freebsd-version
sudo pkg install -y ninja cmake
.github/s2n_bsd.sh
- name: Upload test results
if: ${{ failure() }}
uses: actions/upload-artifact@master
with:
name: all_test_output
path: |
output