test: remove blinding from self_talk_sesion_id test #5571
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |