From 3151dbb23ebc1fdd6d74fa4297246ae7645058fe Mon Sep 17 00:00:00 2001 From: David Carlier Date: Sat, 30 Mar 2024 16:46:10 +0000 Subject: [PATCH] github actions update --- .github/workflows/rust.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a2566c4..1a6baab 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -41,5 +41,9 @@ jobs: run: cargo test --all --features check - name: Run tests build_cc run: cargo test --all --features "build_cc usecxx17" - - name: Run tests build_cc + - name: Run tests native-cpu run: cargo test --all --features native-cpu + - name: Run tests local_dynamic_tls + run: cargo test --all --features local_dynamic_tls + - name: Run tests lto + run: cargo test --all --features lto