Skip to content

Commit

Permalink
CI: test stdlib_stats_mean
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranavchiku committed Apr 1, 2024
1 parent e05194a commit 5afbb07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -653,9 +653,12 @@ jobs:
export PATH="$(pwd)/../src/bin:$PATH"
git checkout lf19
git checkout 9bc606565ca2477435ba1c449f917a07d4bbc03f
git checkout b2e7f1a9ce18684724abec24a510a1ed8cb6aeed
micromamba install -c conda-forge fypp
./build_test_lf.sh
cd src/
lfortran ./stdlib_stats_var.f90 --show-llvm
lfortran ./stdlib_stats_mean.f90 --show-llvm
./build_test_gf.sh

test_llvm:
Expand Down

0 comments on commit 5afbb07

Please sign in to comment.