From 175aa3a1b8fd9957a1758f1c31174fc85118746f Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Fri, 1 Jan 2021 11:41:08 +0100 Subject: [PATCH] Update example-builds.yml --- .github/workflows/example-builds.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/example-builds.yml b/.github/workflows/example-builds.yml index 2e4bc86..10cade8 100644 --- a/.github/workflows/example-builds.yml +++ b/.github/workflows/example-builds.yml @@ -33,3 +33,7 @@ jobs: arch: ${{ matrix.julia-arch }} show-versioninfo: 'true' - run: julia --version + - run: time julia --compile=min -O0 -e 'using InteractiveUtils; versioninfo()' + shell: bash + - run: time julia -e 'using InteractiveUtils; versioninfo()' + shell: bash