From 9b89fa661cd82f539467310a6dafb602de292a70 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 31 Jan 2023 14:19:48 -0500 Subject: test fix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a1211a72b..f075ec493 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: - name: run sysutils tests run: SHELL=/bin/bash make test-sysutils - name: run profile tests - run: SHELL=/bin/bash make test-priofiles + run: SHELL=/bin/bash make test-profiles - name: run fcopy tests run: SHELL=/bin/bash make test-fcopy - name: run fnetfilter tests -- cgit v1.2.3-54-g00ecf