Skip the tests when building previous version

After all, we tested it when we shipped it. Didn't we?
This commit is contained in:
Edwin Brady 2020-12-29 19:43:19 +00:00
parent b02f3e7cec
commit 8026c377a5

View File

@ -29,7 +29,7 @@ jobs:
wget https://www.idris-lang.org/idris2-src/idris2-0.2.2.tgz
tar zxvf idris2-0.2.2.tgz
cd Idris2-0.2.2
make bootstrap && make install
make bootstrap-build && make install
cd ..
- name: Build from previous version
run: make all