mirror of
https://github.com/bearlanguageorg/bear.git
synced 2026-08-26 15:37:18 +00:00
More buildins and vscode exstention <CO-AUthored, ai>
This commit is contained in:
@@ -64,3 +64,16 @@ jobs:
|
||||
grep -n 'fn test_failing' examples/tests.vr || true
|
||||
sed '/fn test_failing/,/^}/d' examples/tests.vr > /tmp/ci_tests.vr
|
||||
./bin/vr test /tmp/ci_tests.vr
|
||||
|
||||
- name: Run stdlib test suite
|
||||
run: |
|
||||
./bin/vr test examples/stdlib.vr
|
||||
|
||||
- name: LSP smoke test
|
||||
run: |
|
||||
BODY='{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
|
||||
printf 'Content-Length: %d\r\n\r\n%s' "${#BODY}" "$BODY" | ./bin/vr lsp | grep -q '"id":1' && echo "LSP responded"
|
||||
|
||||
- name: Watch-mode and directory-test smoke
|
||||
run: |
|
||||
./bin/vr test examples | grep -q 'passed'
|
||||
|
||||
Reference in New Issue
Block a user