Skip to content

fix: update tests for synchronous io #10

fix: update tests for synchronous io

fix: update tests for synchronous io #10

Workflow file for this run

name: Lint and Test
on:
push:
branches: [ main ]
tags: [ v* ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- uses: earthly/actions-setup@v1
with:
version: v0.7.23
- name: Check Out Repo
uses: actions/checkout@v3
- name: Lint
run: earthly +lint
- name: Test
run: |
earthly -P +load-kmod
earthly +test