Reverted aea160608818338ce61dc68b4c63d1cff5ccc896. #5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: tests | |
on: [push, workflow_dispatch] | |
jobs: | |
tests: | |
name: tests | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- run: make -j | |
- run: target/tests |