Skip to content

Commit

Permalink
Add GitHub action for Linux tests
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesyringa committed Feb 24, 2024
1 parent f3bc853 commit 0e7dd9e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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

0 comments on commit 0e7dd9e

Please sign in to comment.