Skip to content

Make sub dir per language #18

Make sub dir per language

Make sub dir per language #18

name: Julia test on PRs
on:
pull_request:
# branches:
# - main
paths:
- "julia/src/**"
- "julia/test/**"
- "julia/*.toml"
- .github/workflows/julia-test-on-prs.yml
types: [opened, synchronize, reopened]
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
test:
uses: ./.github/workflows/JuliaReusableTest.yml
with:
os: ubuntu-latest
version: "1"
arch: x64
allow_failure: false
run_codecov: true