Skip to content

Commit

Permalink
Remove AI boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Mar 23, 2024
1 parent e2345c0 commit 715433d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,5 @@ jobs:
opam init --disable-sandboxing -y
eval $(opam env)
# Step to install any OCaml dependencies your project might need
# You can use opam to install dependencies. For example:
- name: Install OCaml Dependencies
run: |
eval $(opam env)
opam install <your-dependency> -y
- name: Build & Run tests
run: ./init.sh && cargo run --release --bin hakana test tests

0 comments on commit 715433d

Please sign in to comment.