Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
acheronfail committed Jan 10, 2024
1 parent fae1f86 commit fae14d7
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,38 +19,38 @@ jobs:
matrix:
build:
- assembly
# - bun
# - c-gcc
# - c-clang
# - cpp-gcc
# - cpp-clang
# - cobol
# - coffeescript
# - crystal
# - csharp
# - deno
# - erlang
# - forth
# - fortran
# - go
# - haskell
# - java
# - julia
# - kotlin
# - lua
# - nim
# - node
# - pascal
# - perl
# - php
# - prolog
# - python3
# - ruby
# - rust
# - scala
# - smalltalk
- bun
- c-gcc
- c-clang
- cpp-gcc
- cpp-clang
- cobol
- coffeescript
- crystal
- csharp
- deno
- erlang
- forth
- fortran
- go
- haskell
- java
- julia
- kotlin
- lua
- nim
- node
- pascal
- perl
- php
- prolog
- python3
- ruby
- rust
- scala
- smalltalk
# - tcl
# - zig
- zig
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -60,7 +60,7 @@ jobs:
# report
- uses: actions/upload-artifact@v3
with:
path: "${{ matrix.build }}.json"
path: "results/${{ matrix.build }}.json"

report:
needs: ["run"]
Expand Down

0 comments on commit fae14d7

Please sign in to comment.