summaryrefslogtreecommitdiff
path: root/.github/workflows/linux-hyper.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/linux-hyper.yml')
-rw-r--r--.github/workflows/linux-hyper.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux-hyper.yml b/.github/workflows/linux-hyper.yml
index cfff476e9..446405942 100644
--- a/.github/workflows/linux-hyper.yml
+++ b/.github/workflows/linux-hyper.yml
@@ -41,7 +41,7 @@ jobs:
- run: ./buildconf && LDFLAGS="-Wl,-rpath,$HOME/hyper/target/debug" ./configure --enable-warnings --enable-werror ${{ matrix.build.configure }} && make
name: 'configure and build'
- - run: make test-nonflaky
+ - run: make test-ci
name: 'test'
env:
LD_LIBRARY_PATH: $HOME/hyper/target/debug:/usr/local/lib