Skip to content

Merge pull request #5 from ShadowBlip/feature/window-created #27

Merge pull request #5 from ShadowBlip/feature/window-created

Merge pull request #5 from ShadowBlip/feature/window-created #27

Workflow file for this run

name: 🪲 Test
on: [push, pull_request]
jobs:
run-tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
make in-docker TARGET='test'