We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d4df5 commit 031c180Copy full SHA for 031c180
.github/workflows/ci.yml
@@ -48,6 +48,7 @@ jobs:
48
export AF_PATH=${GITHUB_WORKSPACE}/afbin
49
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${AF_PATH}/lib64
50
echo "Using cargo version: $(cargo --version)"
51
+ cargo build --all
52
cargo test --no-fail-fast
53
54
format:
0 commit comments