From 44f231d41ea1ebd349240413d4d38a05ea961d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20U=2E=20-=20curqui?= Date: Thu, 25 May 2023 10:02:57 +0200 Subject: [PATCH] Update .github/workflows/test-suite.yml --- .github/workflows/test-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index e705cde5c..cce376877 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -106,7 +106,7 @@ jobs: args: --workspace --locked --release --all-features test-disabled-tokenization: - name: Test Disabled Tokenization + name: Test disabled tokenization runs-on: ubuntu-latest container: image: ubuntu:18.04