Skip to content

Revert "refactor: move SDL_Quit atexit registration to after video su… #45

Revert "refactor: move SDL_Quit atexit registration to after video su…

Revert "refactor: move SDL_Quit atexit registration to after video su… #45

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- name: Checkout
uses: "actions/checkout@v4"
with:
submodules: recursive
- name: Install Nix
uses: "cachix/install-nix-action@v31"
with:
github_access_token: "${{ secrets.GITHUB_TOKEN }}"
- name: Build
run: nix build
- name: Check flake
run: nix flake check --show-trace