chore: removed old rust stuff

This commit is contained in:
əlemi 2024-08-17 17:13:24 +02:00
parent 15ab08cc2d
commit 236b25e4c5
Signed by: alemi
GPG key ID: A4895B84D311642C
4 changed files with 0 additions and 52 deletions

View file

@ -1,14 +0,0 @@
[target.x86_64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]
[target.aarch64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]
[net]
git-fetch-with-cli = true

View file

@ -5,9 +5,3 @@ insert_final_newline = true
charset = utf-8 charset = utf-8
indent_style = tab indent_style = tab
indent_size = 4 indent_size = 4
[*.rs]
indent_size = 2
[*.js]
indent_size = 2

View file

@ -1,31 +0,0 @@
name: Cargo Build & Test
on:
push:
branches:
- dev
- main
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
name: Rust project - latest
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- stable
# - beta
# - nightly
# disable other toolchains to save on github runners
steps:
- uses: arduino/setup-protoc@v2
- uses: actions/checkout@v3
- uses: webfactory/ssh-agent@v0.7.0
with:
ssh-private-key: ${{ secrets.ACTIONS_SSH_DEPLOY_KEY }}
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
- run: cargo test --verbose

View file

@ -1 +0,0 @@
hard_tabs = true