Skip to content

Commit

Permalink
run specific test
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-auc committed Sep 2, 2024
1 parent 69b88e6 commit 3f7d472
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ jobs:
- name: Configure and build
run: |
apt-get install -y cmake
apt-get install libmysqlclient-dev
bdir=`pwd`
echo $bdir
pwd
Expand All @@ -192,6 +191,11 @@ jobs:
cmake ..
make -j4
- name: Run a specific test
run: |
cd build
./test_us_utils --gtest_filter=US_StiffBaseTest.CompLocalStifComputesCorrectly
- name: Run tests
run: |
cd build
Expand Down

0 comments on commit 3f7d472

Please sign in to comment.