add missing checkout action

This commit is contained in:
Kévin Dunglas 2022-12-19 21:38:26 +01:00
parent 78336465c8
commit 3f826f040e
No known key found for this signature in database
GPG Key ID: 4D04EBEF06AAF3A6
1 changed files with 2 additions and 0 deletions

View File

@ -8,12 +8,14 @@ jobs:
test-normal-compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests with standard compilation flags
working-directory: tests/
run: ./normal_compile.sh
test-optimized-compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests with optimized compilation flags
working-directory: tests/
run: ./optimized_compile.sh