Login
4 branches 0 tags
Ben (Desktop/Arch) Fixed CI icon 1fa3c4d 17 days ago 236 Commits
rubhub / .rubhub / workflows / test.yaml
name: Test
packages:
  - rustc
  - cargo
  - clippy
  - pkg-config
  - openssl
  - nodejs
  - nodePackages.npm
  - git
script: |
  npm ci
  npm run build
  cargo check
  cargo test
  cargo clippy -- -D warnings