Skip to content

Commit

Permalink
test: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
whalelephant committed Dec 14, 2023
1 parent 777b8d2 commit be33469
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .cargo/config
Original file line number Diff line number Diff line change
@@ -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"
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@ on:
branches:
- main
- berlin
- test-tube
pull_request:

jobs:

0 comments on commit be33469

Please sign in to comment.