Skip to content

Commit

Permalink
Speed development up: only test default layer
Browse files Browse the repository at this point in the history
  • Loading branch information
kinkie committed Nov 4, 2024
1 parent 626fa2e commit 8a1356d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/freebsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
export CFLAGS='-Wno-compound-token-split-by-macro'
export CC=clang
export CXX=clang++
./test-builds.sh --verbose --use-config-cache
./test-builds.sh --verbose --aggressively-use-config-cache layer-00-default #TODO: remove layer before release
- name: Publish build logs
if: success() || failure()
Expand Down

0 comments on commit 8a1356d

Please sign in to comment.