Skip to content

Commit

Permalink
remove cannisters and ICP configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
emmysteven committed Aug 20, 2024
1 parent 4f5cfbe commit fa7bc8d
Show file tree
Hide file tree
Showing 43 changed files with 1,491 additions and 868 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Rust

on:
push:
branches: ['main']
pull_request:
branches: ['main']

env:
CARGO_TERM_COLOR: always

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
Loading

0 comments on commit fa7bc8d

Please sign in to comment.