mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-08-26 15:10:57 +00:00
Run test not just build (#624)
* Change build command to run tests instead of build * Change build command to test in release workflow * Add root test
This commit is contained in:
parent
b815c1e5ad
commit
5067f05558
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
- name: Set Environment
|
||||
run: sudo xcrun xcode-select -s /Applications/Xcode_26.0.app
|
||||
- name: Test
|
||||
run: swift build --build-system swiftbuild --package-path Sources/Packages
|
||||
run: swift test --build-system swiftbuild --package-path Sources/Packages
|
||||
build:
|
||||
# runs-on: macOS-latest
|
||||
runs-on: macos-15
|
||||
|
6
.github/workflows/test.yml
vendored
6
.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
|
||||
run: swift build --build-system swiftbuild --package-path Sources/Packages
|
||||
- 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