mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 08:00:08 +01:00
chore(ci): configure github-actions
This commit is contained in:
parent
9f466aea82
commit
9e774174d0
6 changed files with 224 additions and 1 deletions
10
ci/rustup.sh
Executable file
10
ci/rustup.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
# Use rustup to locally run the same suite of tests as .github/workflows/
|
||||
# (You should first install/update all of the versions below.)
|
||||
|
||||
set -ex
|
||||
|
||||
ci=$(dirname $0)
|
||||
for version in 1.50.0 stable beta nightly; do
|
||||
rustup run "$version" "$ci/test_full.sh"
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue