Skip to content

Commit 8c33e55

Browse files
ci: fix tests & praise be linters
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
1 parent 75b47f3 commit 8c33e55

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
99
- test/**
1010
- .github/workflows
1111
push:
12-
branches: [main]
12+
branches: [ main ]
1313
paths:
1414
- src/**
1515
- test/**

test/lang-rust/ubuntu2404-basics.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ shopt -s inherit_errexit
55

66
source lib.sh
77

8-
file_exists "${DATA_BASE_DIR}/rust/rustup/home/rustup-init"
9-
108
command_exists_not rustup
119
command_exists_not rustc
1210
command_exists_not cargo

0 commit comments

Comments
 (0)