Login
7 branches 0 tags
Benjamin Vincent Schulenburg Changed GitHub CI and added Badge to README.md abfb077 4 years ago 31 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