Compare commits

...

11 commits

Author SHA1 Message Date
hodasemi 1846ff5faa Merge pull request 'Change' (#12) from actions_testing into master
Reviewed-on: #12
2023-08-15 11:34:28 +02:00
hodasemi cb6736abcc .gitea/workflows/test.yaml aktualisiert
All checks were successful
Gitea Actions Test / build (pull_request) Successful in 4m48s
2023-08-15 10:56:48 +02:00
hodasemi b97ac16c70 .gitea/workflows/test.yaml aktualisiert
All checks were successful
Gitea Actions Test / build (pull_request) Successful in 5m0s
2023-08-15 10:38:28 +02:00
hodasemi ab095b9faf .gitea/workflows/test.yaml aktualisiert
Some checks failed
Gitea Actions Test / build (pull_request) Failing after 4m47s
2023-08-15 10:30:57 +02:00
hodasemi f7eb22f6ff .gitea/workflows/test.yaml aktualisiert
Some checks failed
Gitea Actions Test / build (pull_request) Failing after 20s
2023-08-15 10:28:35 +02:00
hodasemi 61719b39c4 Merge branch 'master' into actions_testing
Some checks failed
Gitea Actions Test / build (pull_request) Failing after 2s
2023-08-15 10:21:13 +02:00
hodasemi 116f143fc7 Merge branch 'master' into actions_testing
Some checks failed
Gitea Actions Test / build (pull_request) Failing after 2s
2023-08-15 08:25:33 +02:00
hodasemi 4887486f19 Merge branch 'master' into actions_testing
Some checks failed
Gitea Actions Test / build (pull_request) Failing after 1s
2023-08-15 08:20:55 +02:00
hodasemi eac279f8e8 Merge branch 'master' into actions_testing
Some checks failed
Gitea Actions Test / build (pull_request) Failing after 3s
2023-08-15 08:10:43 +02:00
hodasemi 7270332dda Merge branch 'master' into actions_testing 2023-08-15 07:56:02 +02:00
hodasemi 4623d9a32b Change
Some checks failed
Gitea Actions Test / steps (pull_request) Failing after 0s
2023-08-14 21:51:35 +02:00
2 changed files with 8 additions and 1 deletions

View file

@ -11,7 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: https://github.com/actions/checkout@v3
- uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Install flip-link
run: cargo install flip-link
- name: Build
run: cargo build

View file

@ -104,6 +104,8 @@ fn main() -> ! {
fn mouse_move(delay: &mut Delay, wait_time: u32, v: i8) {
delay.delay_ms(wait_time);
// dummy comment for actions testing
let rep = MouseReport {
x: 0,
y: v,