mirror of
https://github.com/Pithikos/C-Thread-Pool
synced 2024-11-22 13:41:18 +03:00
add missing checkout action
This commit is contained in:
parent
78336465c8
commit
3f826f040e
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -8,12 +8,14 @@ jobs:
|
|||||||
test-normal-compile:
|
test-normal-compile:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
- name: Run tests with standard compilation flags
|
- name: Run tests with standard compilation flags
|
||||||
working-directory: tests/
|
working-directory: tests/
|
||||||
run: ./normal_compile.sh
|
run: ./normal_compile.sh
|
||||||
test-optimized-compile:
|
test-optimized-compile:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
- name: Run tests with optimized compilation flags
|
- name: Run tests with optimized compilation flags
|
||||||
working-directory: tests/
|
working-directory: tests/
|
||||||
run: ./optimized_compile.sh
|
run: ./optimized_compile.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user