From be33469acae60f680e6c8493d423f1819eb86fd2 Mon Sep 17 00:00:00 2001 From: bwty Date: Thu, 14 Dec 2023 22:35:15 +0800 Subject: [PATCH] test: workflows --- .cargo/config | 5 ++++- .github/workflows/tests.yml | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.cargo/config b/.cargo/config index 023284a3..56dd70eb 100644 --- a/.cargo/config +++ b/.cargo/config @@ -5,4 +5,7 @@ wasm-proxy = "build --release --lib --target=wasm32-unknown-unknown --package ve wasm-plugin-registry = "build --lib --release --target=wasm32-unknown-unknown --package vectis-plugin-registry" [net] -git-fetch-with-cli = true # use the `git` executable for git operations +# git-fetch-with-cli = true # use the `git` executable for git operations + +[env] +RUSTFLAGS = "-C link-arg=-s" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4eae5871..74fe6f21 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,6 +5,7 @@ on: branches: - main - berlin + - test-tube pull_request: jobs: