Skip to content

Commit

Permalink
Some repository Tender Loving Care. Should fix release please once me…
Browse files Browse the repository at this point in the history
…rged. (#959)

* Some TLS

chore: remove submodule
chore: rm --cached examples/template
chore: bump dependancies

* ignore mdbook tests for now

* toolchain upgrade to fix ld linking error in ci

* toolchain upgrade to fix ld linking error in ci
  • Loading branch information
0xJepsen committed Apr 26, 2024
1 parent 6ad5fbd commit a790800
Show file tree
Hide file tree
Showing 15 changed files with 242 additions and 291 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ jobs:
- name: install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.75.0
override: true
- name: git submodule update
run: git submodule update --init --recursive
toolchain: stable
- name: test
run: cargo test --workspace --all-features
# - name: template example
# run: cargo run --example minter simulate examples/minter/config.toml
# - name: minter example
# run: cargo run --example minter simulate examples/minter/config.toml
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@
[submodule "bindings/lib/ds-test"]
path = bindings/lib/ds-test
url = https://github.com/dapphub/ds-test
[submodule "examples/template"]
path = examples/template
url = https://github.com/primitivefinance/arbiter-template
Loading

0 comments on commit a790800

Please sign in to comment.