From 1188e8b0ca6a6f1fa6c51d9ed4089b3d26f5da4c Mon Sep 17 00:00:00 2001 From: Craig Gidney Date: Fri, 15 Mar 2024 16:19:25 -0700 Subject: [PATCH] ./ --- .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 2d8e460d6..b82c6915a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,4 +38,4 @@ jobs: make sudo make install - run: g++ -g -fno-omit-frame-pointer -fsanitize=undefined -fsanitize=address -o stim_test /usr/local/lib/libgtest_main.a /usr/local/lib/libgtest.a - - run: stim_test + - run: ./stim_test