Skip to content

Fix typo: replace tomb by pass in ReadMe #5

Fix typo: replace tomb by pass in ReadMe

Fix typo: replace tomb by pass in ReadMe #5

Workflow file for this run

name: Ubuntu
on: [push, pull_request, workflow_dispatch]
jobs:
tests:
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Install Build dependencies
run: |
sudo apt-get update -q
sudo apt-get install -y \
pass tomb kcov
- name: Disable swap
run: |
sudo swapoff -a
- name: Tests
run: |
make tests