tangled
alpha
login
or
join now
khanwinter.com
/
CBOR
A fast, safe, and efficient CBOR serialization library for Swift on any platform.
swiftpackageindex.com/thecoolwinter/CBOR/1.1.1/documentation/cbor
atproto
swift
cbor
2
fork
atom
overview
issues
pulls
pipelines
Final CI Update!
Khan Winter
5 months ago
e43926fb
236fea19
+1
-1
1 changed file
expand all
collapse all
unified
split
.github
workflows
ci.yml
+1
-1
.github/workflows/ci.yml
···
65
65
key: "swiftpm-tests-build-${{ runner.os }}-${{ github.event.pull_request.base.sha || github.event.after }}"
66
66
restore-keys: "swiftpm-tests-build-${{ runner.os }}-"
67
67
- name: Building Package
68
68
-
run: set -o pipefail && swift build --build-tests | xcbeautify
68
68
+
run: set -o pipefail && swift build --build-tests | xcbeautify
69
69
# run: set -o pipefail && swift build --build-tests // --sanitize fuzzer | xcbeautify
70
70
- name: Cache .build
71
71
if: steps.restore-build.outputs.cache-hit != 'true'