Skip to content

Commit

Permalink
Undo ci.yml and antiflood-tokens changes
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Apr 16, 2024
1 parent 53572d6 commit 266a65b
Show file tree
Hide file tree
Showing 2 changed files with 242 additions and 141 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Building, Testing and Formatting on Linux
name: CI

on:
push:
Expand Down Expand Up @@ -32,8 +32,22 @@ jobs:
with:
submodules: true

- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
targets: wasm32-unknown-unknown

- uses: Swatinem/rust-cache@v2

- name: Install stdlib packages
working-directory: stdlib/typescript
run: npm run dev.package

- name: Build
run: bash ./build-all.sh
run: |
cargo build --locked
cargo install --path ./crates/core
cargo install --path ./crates/fdev
- name: Test - features
run: cargo test --workspace ${{ matrix.args }}
Expand Down Expand Up @@ -82,4 +96,4 @@ jobs:
toolchain: stable

- name: Check code formatting
run: cargo fmt -- --check
run: cargo fmt -- --check
Loading

0 comments on commit 266a65b

Please sign in to comment.