Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
HermitCore
rusty-loader
Commits
0e3b881b
Commit
0e3b881b
authored
May 16, 2021
by
Stefan Lankes
Browse files
rename labels to distinguish the tests more easily
parent
b0565760
Changes
4
Hide whitespace changes
Inline
Side-by-side
.github/workflows/aarch64.yml
View file @
0e3b881b
...
...
@@ -12,7 +12,7 @@ on:
jobs
:
build
:
name
:
Test aarch64
runs-on
:
${{ matrix.os }}
strategy
:
...
...
.github/workflows/format.yml
View file @
0e3b881b
...
...
@@ -10,7 +10,7 @@ on:
jobs
:
build
:
name
:
Format check
runs-on
:
${{ matrix.os }}
strategy
:
...
...
.github/workflows/x86_64.yml
View file @
0e3b881b
...
...
@@ -12,7 +12,7 @@ on:
jobs
:
build
:
name
:
Test x86_64
runs-on
:
${{ matrix.os }}
strategy
:
...
...
bors.toml
View file @
0e3b881b
status
=
[
"Test aarch64
/ build
(ubuntu-latest, nightly)"
,
"Test aarch64
/ build
(macOS-latest, nightly)"
,
"Test x86_64
/ build
(ubuntu-latest, nightly)"
,
"Test x86_64
/ build
(macOS-latest, nightly)"
,
"Format check
/ build
(ubuntu-latest, nightly)"
,
"Test aarch64 (ubuntu-latest, nightly)"
,
"Test aarch64 (macOS-latest, nightly)"
,
"Test x86_64 (ubuntu-latest, nightly)"
,
"Test x86_64 (macOS-latest, nightly)"
,
"Format check (ubuntu-latest, nightly)"
,
]
delete_merged_branches
=
true
timeout_sec
=
7200
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment