Skip to content

Commit

Permalink
Merge branch 'gleam-lang:main' into lsp/inlay-hints-on-pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
ascandone authored Dec 19, 2024
2 parents 5d39782 + e0da888 commit 4fdf1bc
Show file tree
Hide file tree
Showing 341 changed files with 22,024 additions and 6,328 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -419,3 +419,15 @@ jobs:
- name: Test running modules
run: make test
working-directory: ./test/running_modules

- name: test/multi_namespace
run: ./test.sh
working-directory: ./test/multi_namespace

- name: Test FFI in subdirectories
run: make
working-directory: ./test/subdir_ffi

- name: test/unicode_path
run: make
working-directory: ./test/unicode_path ⭐
Loading

0 comments on commit 4fdf1bc

Please sign in to comment.