mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
re-enable all jobs
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
f3a35d25e6
commit
c9ea55947b
1 changed files with 9 additions and 1 deletions
10
.github/workflows/ci_manager.yml
vendored
10
.github/workflows/ci_manager.yml
vendored
|
@ -77,7 +77,15 @@ jobs:
|
|||
ran-full:
|
||||
runs-on: ubuntu-22.04
|
||||
needs: [
|
||||
start-nix-linux-x86-64-tests
|
||||
start-nix-linux-x86-64-tests,
|
||||
start-nix-linux-aarch64-build-default-test,
|
||||
start-nix-linux-aarch64-cargo-build-test,
|
||||
start-nix-macos-apple-silicon-tests,
|
||||
start-macos-x86-64-tests,
|
||||
start-ubuntu-x86-64-tests,
|
||||
start-windows-release-build-test,
|
||||
start-windows-tests,
|
||||
start-roc-benchmarks
|
||||
]
|
||||
steps:
|
||||
- run: echo "all workflows succeeded!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue