Skip to content

Commit

Permalink
do not pass any arguments to test-builds.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kinkie committed Dec 16, 2024
1 parent 6658293 commit 2ae5dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
export CFLAGS='-Wno-compound-token-split-by-macro'
export LDFLAGS="-L/usr/local/lib"
export PATH="$HOME/bin:$PATH"
./test-builds.sh --verbose --aggressively-use-config-cache layer-02-maximus # TODO: test all layers
./test-builds.sh
- name: Publish build logs
if: success() || failure()
Expand Down

0 comments on commit 2ae5dc0

Please sign in to comment.