Login
7 branches 0 tags
Ben (X13/Arch) Fixed NetBSD (actually old GCC) compatibility ec64f45 4 years ago 35 Commits
nujel / .github / workflows / tests.yml
name: Tests

on:
  push:
    branches: [ master ]

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - name: Compile
      run: make -j4
    - name: Run Tests
      run: make test