ci: add test workflow and ignore Instruments traces
Some checks failed
Test / test (push) Successful in 1s
Checkout test / test (push) Has been cancelled
Documentation / build-and-publish (push) Has been cancelled

This commit is contained in:
Jeremie Fraeys 2026-02-12 13:13:24 -05:00
parent 9a9c411bc9
commit 19853dbdf6
No known key found for this signature in database
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,7 @@
name: Test
on: [push]
jobs:
test:
runs-on: self-hosted
steps:
- run: echo "Hello from self-hosted"

6
.gitignore vendored
View file

@ -248,6 +248,12 @@ cli/src/assets/rsync_release_*.bin
# *_test.go
*_test_output/
# Instruments trace files
Launch_*.trace/
# Native C++ build artifacts
native/build/
# Build artifacts
bin/
cli/zig-out/