Skip to content

use python to build an test the c-sources #1

use python to build an test the c-sources

use python to build an test the c-sources #1

Workflow file for this run

name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
- name: Test with pytest
run: |
./tools/compile_and_test_core.sh
./tools/compile_and_test_corsika.sh