From 12e82dfc2d812cf9484c8376d8269ca54ec2cf32 Mon Sep 17 00:00:00 2001 From: Qiming Sun Date: Wed, 24 Jan 2024 23:31:55 -0800 Subject: [PATCH] Update tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac77ec8..361e1f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: if: startsWith(matrix.os, 'ubuntu') run: | cd ${{ github.workspace }}/tests - for i in test_cint.py test_3c2e.py; do + for i in test_cint.py test_3c2e.py test_int2e.py; do echo $i curl -O https://raw.githubusercontent.com/sunqm/libcint/master/testsuite/$i python $i --quick