Skip to content
Snippets Groups Projects
Verified Commit c65747f2 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

add master runs to test and format

parent bcc9dac1
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ test:
stage: test
rules:
- if: $CI_PIPELINE_SOURCE == "external_pull_request_event"
- if: $CI_COMMIT_BRANCH == "master"
script:
- julia --project=@. -e "import Pkg; Pkg.test(; coverage = true)"
after_script:
......@@ -18,6 +19,7 @@ format:
stage: check
rules:
- if: $CI_PIPELINE_SOURCE == "external_pull_request_event"
- if: $CI_COMMIT_BRANCH == "master"
script:
- julia --project=@. -e 'using JuliaFormatter; format(".", verbose=true)'
after_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment