I think tests are passing again

This commit is contained in:
Connor
2021-08-25 16:26:32 -06:00
parent 7f3df275e9
commit 54f2a5cb7f
3 changed files with 10 additions and 5 deletions

View File

@@ -7,4 +7,5 @@ unit-test-job:
- apt-get update
- apt-get -y upgrade
- apt-get install -y unzip
- mkdir julia/plots
- julia --project=julia/Project.toml -E 'using Pkg; Pkg.test()'