Tidying up.
h3rald h3rald@h3rald.com
Mon, 31 Jul 2023 15:10:24 +0200
1 files changed,
1 insertions(+),
6 deletions(-)
jump to
M
.github/workflows/test.yml
→
.github/workflows/test.yml
@@ -65,7 +65,7 @@ if: matrix.os == 'ubuntu-latest'
# Build for macOS/Windows - name: Build (macOS, Windows) - run: echo $pwd; nimble build -d:release -d:ssl -d:useOpenSsl3 --opt:size + run: nimble build -d:release -d:ssl -d:useOpenSsl3 --opt:size if: matrix.os == 'macos-latest' || matrix.os == 'windows-latest' # UPX compress (*nix)@@ -90,11 +90,6 @@ # Test (*nix)
- name: Test run: ./min tests/all.min if: matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest' - - # Print PWD (Windows) - - name: Print PWD - run: echo $pwd - if: matrix.os == 'windows-latest' # Test (Windows) - name: Test