Skip to content

Disable rest of the 128-bit AES ciphers for TLSv1.[23] #32

Disable rest of the 128-bit AES ciphers for TLSv1.[23]

Disable rest of the 128-bit AES ciphers for TLSv1.[23] #32

Workflow file for this run

name: CI
on:
push:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install test utilities
run: sudo apt install make node-acorn shellcheck
- name: Run tests
run: make tests