Skip to content

Commit

Permalink
add manual trigger to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtbuilds committed Dec 26, 2023
1 parent 1843a55 commit e4ebfda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- master
workflow_dispatch: {}


defaults:
Expand Down Expand Up @@ -35,4 +36,4 @@ jobs:
# https://github.com/rust-lang/rust/issues/113104
# https://github.com/rust-lang/rust/issues/111888
# Use `lld` (Clang linker) until issue is fixed
- run: RUSTFLAGS="-Clinker=clang -Clink-arg=-fuse-ld=lld" just test
- run: RUSTFLAGS="-Clinker=clang -Clink-arg=-fuse-ld=lld" just test

0 comments on commit e4ebfda

Please sign in to comment.