add test for julia install and mtime maintenance (#200)

This commit is contained in:
Ian Butterworth
2024-01-05 12:36:56 -05:00
committed by GitHub
parent 15b8728ec6
commit a46a85f797
5 changed files with 19 additions and 0 deletions

View File

@@ -50,3 +50,5 @@ jobs:
arch: ${{ matrix.julia-arch }}
- run: julia --version
- run: julia --compile=min -O0 -e 'import InteractiveUtils; InteractiveUtils.versioninfo()'
- name: "Check that the correct julia is used and that archive mtimes are maintained"
run: julia --startup-file=no --color=yes ./.github/scripts/common-tests.jl