mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-08-30 17:10:56 +00:00
Add root test
This commit is contained in:
parent
2b3a027909
commit
147f370171
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -10,5 +10,7 @@ jobs:
|
||||
- uses: actions/checkout@v5
|
||||
- name: Set Environment
|
||||
run: sudo xcrun xcode-select -s /Applications/Xcode_26.0.app
|
||||
- name: Test
|
||||
- name: Test Main Packages
|
||||
run: swift test --build-system swiftbuild --package-path Sources/Packages
|
||||
- name: Test SecretKit Packages
|
||||
run: swift test --build-system swiftbuild
|
||||
|
Loading…
Reference in New Issue
Block a user