From 16c5556655c417c69b37767026fae098a8259db2 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Thu, 24 Aug 2023 16:49:09 +0800 Subject: [PATCH] ci: remove special test --- .github/workflows/test_qemu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_qemu.yml b/.github/workflows/test_qemu.yml index 632aff1..3d2aadf 100644 --- a/.github/workflows/test_qemu.yml +++ b/.github/workflows/test_qemu.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v3 - name: Test - run: go test -v -short ./cipher/... + run: go test -v -short ./... env: DISABLE_SM3NI: 1 DISABLE_SM4NI: 1