index
:
fatcat-cli
master
osx-cross
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.gitlab-ci.yml
blob: 953fb164923953bb51529981dcd36231348ca579 (
plain
)
1
2
3
4
5
6
7
8
9
10
stages: - test rust-latest: stage: test image: rust:latest script: - make test