mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Make execution of tests in Nix builds optional (#873)
This commit is contained in:
parent
2e231ec2ff
commit
9f1b370f2c
9 changed files with 69 additions and 19 deletions
4
.github/workflows/ton-x86-64-linux.yml
vendored
4
.github/workflows/ton-x86-64-linux.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
run: |
|
||||
cp assembly/nix/build-linux-x86-64-nix.sh .
|
||||
chmod +x build-linux-x86-64-nix.sh
|
||||
./build-linux-x86-64-nix.sh
|
||||
./build-linux-x86-64-nix.sh -t
|
||||
|
||||
- name: Simple binaries test
|
||||
run: |
|
||||
|
@ -38,4 +38,4 @@ jobs:
|
|||
uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: ton-x86_64-linux-binaries
|
||||
path: artifacts
|
||||
path: artifacts
|
||||
|
|
4
.github/workflows/ton-x86-64-macos.yml
vendored
4
.github/workflows/ton-x86-64-macos.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
run: |
|
||||
cp assembly/nix/build-macos-nix.sh .
|
||||
chmod +x build-macos-nix.sh
|
||||
./build-macos-nix.sh
|
||||
./build-macos-nix.sh -t
|
||||
|
||||
- name: Simple binaries test
|
||||
run: |
|
||||
|
@ -34,4 +34,4 @@ jobs:
|
|||
uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: ton-x86_64-macos-binaries
|
||||
path: artifacts
|
||||
path: artifacts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue