Skip to content

Add GitHub action for Linux tests #1

Add GitHub action for Linux tests

Add GitHub action for Linux tests #1

Workflow file for this run

name: Test
on: [push]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: build-essential
version: 1.0
- run: python3 test.py